mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
checkpoint in new debug info layer: 16-byte key (set up to use GUIDs or otherwise unique keys at the base), better control over oversubscribing cores for conversion, better prioritization of conversions
This commit is contained in:
@@ -114,7 +114,7 @@ for(Test *test = test_##name_identifier; test != 0; test = 0)
|
||||
}
|
||||
for(OS_HandleNode *n = processes.first; n != 0; n = n->next)
|
||||
{
|
||||
os_process_join(n->v, max_U64);
|
||||
os_process_join(n->v, max_U64, 0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -130,7 +130,7 @@ for(Test *test = test_##name_identifier; test != 0; test = 0)
|
||||
}
|
||||
for(OS_HandleNode *n = processes.first; n != 0; n = n->next)
|
||||
{
|
||||
os_process_join(n->v, max_U64);
|
||||
os_process_join(n->v, max_U64, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user