1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00

Unbreak the spawn stress test.

This commit is contained in:
Andreas Kling 2018-12-26 20:57:51 +01:00
parent 079889050e
commit 2f010e941c
Notes: sideshowbarker 2024-07-19 16:07:05 +09:00

View file

@ -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);