mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Unbreak the spawn stress test.
This commit is contained in:
@@ -100,7 +100,7 @@ static void init_stage2()
|
||||
#endif
|
||||
|
||||
#ifdef STRESS_TEST_SPAWNING
|
||||
Process::create_kernel_process(spawn_stress, "spawn_stress");
|
||||
Process::create_kernel_process("spawn_stress", spawn_stress);
|
||||
#endif
|
||||
|
||||
current->sys$exit(0);
|
||||
|
||||
Reference in New Issue
Block a user