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 7ae87a82..3b44c984 100644
--- a/src/lj_err.c
+++ b/src/lj_err.c
@@ -453,7 +453,7 @@ LJ_NOINLINE void LJ_FASTCALL lj_err_throw(lua_State *L, int errcode)
453{ 453{
454 global_State *g = G(L); 454 global_State *g = G(L);
455 lj_trace_abort(g); 455 lj_trace_abort(g);
456 setgcrefnull(g->jit_L); 456 setmref(g->jit_base, NULL);
457 L->status = 0; 457 L->status = 0;
458#if LJ_UNWIND_EXT 458#if LJ_UNWIND_EXT
459 err_raise_ext(errcode); 459 err_raise_ext(errcode);