summaryrefslogtreecommitdiff
path: root/src/lj_trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_trace.h')
-rw-r--r--src/lj_trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_trace.h b/src/lj_trace.h
index 0d4e30e0..a8e45974 100644
--- a/src/lj_trace.h
+++ b/src/lj_trace.h
@@ -31,7 +31,7 @@ LJ_FUNC int lj_trace_flushall(lua_State *L);
31LJ_FUNC void lj_trace_freestate(global_State *g); 31LJ_FUNC void lj_trace_freestate(global_State *g);
32 32
33/* Event handling. */ 33/* Event handling. */
34LJ_FUNC void lj_trace_ins(jit_State *J); 34LJ_FUNC void lj_trace_ins(jit_State *J, const BCIns *pc);
35LJ_FUNCA void LJ_FASTCALL lj_trace_hot(jit_State *J, const BCIns *pc); 35LJ_FUNCA void LJ_FASTCALL lj_trace_hot(jit_State *J, const BCIns *pc);
36LJ_FUNCA void * LJ_FASTCALL lj_trace_exit(jit_State *J, void *exptr); 36LJ_FUNCA void * LJ_FASTCALL lj_trace_exit(jit_State *J, void *exptr);
37 37