diff options
Diffstat (limited to 'src/lj_trace.h')
-rw-r--r-- | src/lj_trace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_trace.h b/src/lj_trace.h index f3109081..74c5431d 100644 --- a/src/lj_trace.h +++ b/src/lj_trace.h | |||
@@ -34,6 +34,7 @@ LJ_FUNC void lj_trace_freestate(global_State *g); | |||
34 | /* Event handling. */ | 34 | /* Event handling. */ |
35 | LJ_FUNC void lj_trace_ins(jit_State *J, const BCIns *pc); | 35 | LJ_FUNC void lj_trace_ins(jit_State *J, const BCIns *pc); |
36 | LJ_FUNCA void LJ_FASTCALL lj_trace_hot(jit_State *J, const BCIns *pc); | 36 | LJ_FUNCA void LJ_FASTCALL lj_trace_hot(jit_State *J, const BCIns *pc); |
37 | LJ_FUNCA void LJ_FASTCALL lj_trace_stitch(jit_State *J, const BCIns *pc); | ||
37 | LJ_FUNCA int LJ_FASTCALL lj_trace_exit(jit_State *J, void *exptr); | 38 | LJ_FUNCA int LJ_FASTCALL lj_trace_exit(jit_State *J, void *exptr); |
38 | 39 | ||
39 | /* Signal asynchronous abort of trace or end of trace. */ | 40 | /* Signal asynchronous abort of trace or end of trace. */ |