adjust spall usage code - still not generating multi-thread events correctly...

This commit is contained in:
Ryan Fleury
2025-05-22 09:58:09 -07:00
parent 3fcdb85ebf
commit 25813e62ea
4 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -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