mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 13:55:06 +00:00
Unbreak the spawn stress test.
This commit is contained in:
parent
079889050e
commit
2f010e941c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue