diff options
Diffstat (limited to 'src/lj_dispatch.h')
-rw-r--r-- | src/lj_dispatch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_dispatch.h b/src/lj_dispatch.h index 5ef9dcd4..fda78d8e 100644 --- a/src/lj_dispatch.h +++ b/src/lj_dispatch.h | |||
@@ -59,7 +59,9 @@ typedef struct GG_State { | |||
59 | 59 | ||
60 | /* Dispatch table management. */ | 60 | /* Dispatch table management. */ |
61 | LJ_FUNC void lj_dispatch_init(GG_State *GG); | 61 | LJ_FUNC void lj_dispatch_init(GG_State *GG); |
62 | #if LJ_HASJIT | ||
62 | LJ_FUNC void lj_dispatch_init_hotcount(global_State *g); | 63 | LJ_FUNC void lj_dispatch_init_hotcount(global_State *g); |
64 | #endif | ||
63 | LJ_FUNC void lj_dispatch_update(global_State *g); | 65 | LJ_FUNC void lj_dispatch_update(global_State *g); |
64 | 66 | ||
65 | /* Instruction dispatch callback for hooks or when recording. */ | 67 | /* Instruction dispatch callback for hooks or when recording. */ |