Browse Source

Unbreak the spawn stress test.

Andreas Kling 6 years ago
parent
commit
2f010e941c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Kernel/init.cpp

+ 1 - 1
Kernel/init.cpp

@@ -100,7 +100,7 @@ static void init_stage2()
 #endif
 #endif
 
 
 #ifdef STRESS_TEST_SPAWNING
 #ifdef STRESS_TEST_SPAWNING
-    Process::create_kernel_process(spawn_stress, "spawn_stress");
+    Process::create_kernel_process("spawn_stress", spawn_stress);
 #endif
 #endif
 
 
     current->sys$exit(0);
     current->sys$exit(0);