aboutsummaryrefslogtreecommitdiff
path: root/src/lj_dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_dispatch.h')
-rw-r--r--src/lj_dispatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_dispatch.h b/src/lj_dispatch.h
index 8492f7930..9baf762b2 100644
--- a/src/lj_dispatch.h
+++ b/src/lj_dispatch.h
@@ -132,7 +132,7 @@ LJ_FUNC void lj_dispatch_init(GG_State *GG);
132#if LJ_HASJIT 132#if LJ_HASJIT
133LJ_FUNC void lj_dispatch_init_hotcount(global_State *g); 133LJ_FUNC void lj_dispatch_init_hotcount(global_State *g);
134#endif 134#endif
135LJ_FUNC void lj_dispatch_update(global_State *g); 135LJ_FUNC void LJ_FASTCALL lj_dispatch_update(global_State *g, int nolock);
136 136
137/* Instruction dispatch callback for hooks or when recording. */ 137/* Instruction dispatch callback for hooks or when recording. */
138LJ_FUNCA void LJ_FASTCALL lj_dispatch_ins(lua_State *L, const BCIns *pc); 138LJ_FUNCA void LJ_FASTCALL lj_dispatch_ins(lua_State *L, const BCIns *pc);