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 fdc06001..0aaf5497 100644
--- a/src/lj_err.c
+++ b/src/lj_err.c
@@ -695,7 +695,7 @@ static void err_raise_ext(int errcode)
695/* -- Error handling ------------------------------------------------------ */ 695/* -- Error handling ------------------------------------------------------ */
696 696
697/* Throw error. Find catch frame, unwind stack and continue. */ 697/* Throw error. Find catch frame, unwind stack and continue. */
698LJ_NOINLINE void lj_err_throw(lua_State *L, int errcode) 698LJ_NOINLINE void LJ_FASTCALL lj_err_throw(lua_State *L, int errcode)
699{ 699{
700 global_State *g = G(L); 700 global_State *g = G(L);
701 lj_trace_abort(g); 701 lj_trace_abort(g);