aboutsummaryrefslogtreecommitdiff
path: root/src/lj_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_err.c')
-rw-r--r--src/lj_err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_err.c b/src/lj_err.c
index 049294ea..b6be357e 100644
--- a/src/lj_err.c
+++ b/src/lj_err.c
@@ -509,7 +509,7 @@ LJ_NOINLINE void LJ_FASTCALL lj_err_throw(lua_State *L, int errcode)
509 global_State *g = G(L); 509 global_State *g = G(L);
510 lj_trace_abort(g); 510 lj_trace_abort(g);
511 setmref(g->jit_base, NULL); 511 setmref(g->jit_base, NULL);
512 L->status = 0; 512 L->status = LUA_OK;
513#if LJ_UNWIND_EXT 513#if LJ_UNWIND_EXT
514 err_raise_ext(errcode); 514 err_raise_ext(errcode);
515 /* 515 /*