no ENT_SP_GC if profiler is not supported
This commit is contained in:
parent
8044c560a4
commit
2a57022ccb
2
src/vm.c
2
src/vm.c
@ -1663,7 +1663,7 @@ bool profiler_alloc() {
|
||||
bool profiler_start(i32 mode, i64 hz) { return false; }
|
||||
bool profiler_stop() { return false; }
|
||||
void profiler_free() { thrM("Profiler not supported"); }
|
||||
usz profiler_getResults(B* compListRes, B* mapListRes, u64 specialResults[ENT_SP_END], bool keyPath) { thrM("Profiler not supported"); }
|
||||
usz profiler_getResults(B* compListRes, B* mapListRes, u64 specialResults[], bool keyPath) { thrM("Profiler not supported"); }
|
||||
void profiler_displayResults() { thrM("Profiler not supported"); }
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user