mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 12:58:41 +00:00
adjust spall usage code - still not generating multi-thread events correctly...
This commit is contained in:
@@ -19,7 +19,7 @@ main_thread_base_entry_point(int arguments_count, char **arguments)
|
||||
|
||||
//- rjf: set up spall
|
||||
#if PROFILE_SPALL
|
||||
spall_profile = spall_init_file("spall_capture", 1);
|
||||
spall_profile = spall_init_file_ex("spall_capture", 1, 0);
|
||||
#endif
|
||||
|
||||
//- rjf: parse command line
|
||||
|
||||
Reference in New Issue
Block a user