Kernel/x86 - Fixed bug MM_DumpTables
[tpg/acess2.git] / Kernel / arch / x86 / proc.asm
index f53f11d..1011b53 100644 (file)
@@ -135,7 +135,7 @@ scheduler_return:   ; Used by some hackery in Proc_DumpThreadCPUState
 SpawnTask:
        ; Call Proc_Clone with Flags=0
        xor eax, eax
-       push eax
+;      push eax
        push eax
        call Proc_Clone
        add esp, 8      ; Remove arguments from stack

UCC git Repository :: git.ucc.asn.au