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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lj_trace.h b/src/lj_trace.h
index 466ecc00..6a417e15 100644
--- a/src/lj_trace.h
+++ b/src/lj_trace.h
@@ -32,8 +32,8 @@ LJ_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);
35LJ_FUNCA void 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_trace_exit(jit_State *J, void *exptr); 36LJ_FUNCA void * 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)