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 a8e45974..6944bd9c 100644
--- a/src/lj_trace.h
+++ b/src/lj_trace.h
@@ -33,7 +33,7 @@ LJ_FUNC void lj_trace_freestate(global_State *g);
33/* Event handling. */ 33/* Event handling. */
34LJ_FUNC void lj_trace_ins(jit_State *J, const BCIns *pc); 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 int LJ_FASTCALL lj_trace_exit(jit_State *J, void *exptr);
37 37
38/* Signal asynchronous abort of trace or end of trace. */ 38/* Signal asynchronous abort of trace or end of trace. */
39#define lj_trace_abort(g) (G2J(g)->state &= ~LJ_TRACE_ACTIVE) 39#define lj_trace_abort(g) (G2J(g)->state &= ~LJ_TRACE_ACTIVE)