diff options
Diffstat (limited to 'src/lj_dispatch.h')
-rw-r--r-- | src/lj_dispatch.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lj_dispatch.h b/src/lj_dispatch.h index 935fa821..1aa7dae0 100644 --- a/src/lj_dispatch.h +++ b/src/lj_dispatch.h | |||
@@ -66,6 +66,7 @@ LJ_FUNC void lj_dispatch_update(global_State *g); | |||
66 | 66 | ||
67 | /* Instruction dispatch callback for hooks or when recording. */ | 67 | /* Instruction dispatch callback for hooks or when recording. */ |
68 | LJ_FUNCA void LJ_FASTCALL lj_dispatch_ins(lua_State *L, const BCIns *pc); | 68 | LJ_FUNCA void LJ_FASTCALL lj_dispatch_ins(lua_State *L, const BCIns *pc); |
69 | LJ_FUNCA ASMFunction LJ_FASTCALL lj_dispatch_call(lua_State *L, const BCIns *pc); | 69 | LJ_FUNCA ASMFunction LJ_FASTCALL lj_dispatch_call(lua_State *L, const BCIns*pc); |
70 | LJ_FUNCA void LJ_FASTCALL lj_dispatch_return(lua_State *L, const BCIns *pc); | ||
70 | 71 | ||
71 | #endif | 72 | #endif |