diff options
Diffstat (limited to 'src/lj_dispatch.h')
-rw-r--r-- | src/lj_dispatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_dispatch.h b/src/lj_dispatch.h index 298aa166..26c14fb9 100644 --- a/src/lj_dispatch.h +++ b/src/lj_dispatch.h | |||
@@ -59,6 +59,6 @@ LJ_FUNC void lj_dispatch_init(GG_State *GG); | |||
59 | LJ_FUNC void lj_dispatch_update(global_State *g); | 59 | LJ_FUNC void lj_dispatch_update(global_State *g); |
60 | 60 | ||
61 | /* Instruction dispatch callback for instr/line hooks or when recording. */ | 61 | /* Instruction dispatch callback for instr/line hooks or when recording. */ |
62 | LJ_FUNCA void lj_dispatch_ins(lua_State *L, const BCIns *pc, uint32_t nres); | 62 | LJ_FUNCA void LJ_FASTCALL lj_dispatch_ins(lua_State *L, const BCIns *pc); |
63 | 63 | ||
64 | #endif | 64 | #endif |