Simplify management of current trace. Drop lazy save.
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
|
||||
#if LJ_HASJIT && defined(LUAJIT_USE_GDBJIT)
|
||||
|
||||
LJ_FUNC void lj_gdbjit_addtrace(jit_State *J, GCtrace *T, TraceNo traceno);
|
||||
LJ_FUNC void lj_gdbjit_addtrace(jit_State *J, GCtrace *T);
|
||||
LJ_FUNC void lj_gdbjit_deltrace(jit_State *J, GCtrace *T);
|
||||
|
||||
#else
|
||||
#define lj_gdbjit_addtrace(J, T, tn) UNUSED(T)
|
||||
#define lj_gdbjit_addtrace(J, T) UNUSED(T)
|
||||
#define lj_gdbjit_deltrace(J, T) UNUSED(T)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user