Fix profiler/hook interaction.
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
#if LJ_HASPROFILE
|
||||
|
||||
LJ_FUNC void LJ_FASTCALL lj_profile_interpreter(lua_State *L);
|
||||
#if !LJ_PROFILE_SIGPROF
|
||||
LJ_FUNC void LJ_FASTCALL lj_profile_hook_enter(global_State *g);
|
||||
LJ_FUNC void LJ_FASTCALL lj_profile_hook_leave(global_State *g);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user