diff options
| author | Mike Pall <mike> | 2009-12-08 19:49:20 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2009-12-08 19:49:20 +0100 |
| commit | 1d1fed48a002dfc0919135911057ebc255a53e0a (patch) | |
| tree | c5c6643908374bb8f02f4c7691332d32f6645986 /src/lj_trace.h | |
| parent | 55b16959717084884fd4a0cbae6d19e3786c20c7 (diff) | |
| download | luajit-2.0.0-beta2.tar.gz luajit-2.0.0-beta2.tar.bz2 luajit-2.0.0-beta2.zip | |
RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2
Diffstat (limited to 'src/lj_trace.h')
| -rw-r--r-- | src/lj_trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_trace.h b/src/lj_trace.h index 9d8eb790..466ecc00 100644 --- a/src/lj_trace.h +++ b/src/lj_trace.h | |||
| @@ -26,7 +26,7 @@ LJ_FUNC_NORET void lj_trace_err_info(jit_State *J, TraceError e); | |||
| 26 | LJ_FUNC void lj_trace_freeproto(global_State *g, GCproto *pt); | 26 | LJ_FUNC void lj_trace_freeproto(global_State *g, GCproto *pt); |
| 27 | LJ_FUNC void lj_trace_reenableproto(GCproto *pt); | 27 | LJ_FUNC void lj_trace_reenableproto(GCproto *pt); |
| 28 | LJ_FUNC void lj_trace_flushproto(global_State *g, GCproto *pt); | 28 | LJ_FUNC void lj_trace_flushproto(global_State *g, GCproto *pt); |
| 29 | LJ_FUNC void lj_trace_flush(jit_State *J, TraceNo traceno); | 29 | LJ_FUNC int lj_trace_flush(jit_State *J, TraceNo traceno); |
| 30 | LJ_FUNC int lj_trace_flushall(lua_State *L); | 30 | LJ_FUNC int lj_trace_flushall(lua_State *L); |
| 31 | LJ_FUNC void lj_trace_freestate(global_State *g); | 31 | LJ_FUNC void lj_trace_freestate(global_State *g); |
| 32 | 32 | ||
