X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2Fproc.asm;h=1011b53c7624cfe8bde0ec218cebe2f429cd6035;hb=eb98f1f2915446ef05120482a2fc353c76330b50;hp=f53f11d901ce0fdced31471c3a0615bedb517f41;hpb=0ebba253bfc5207439f316954d083d9d1efd8a1c;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/proc.asm b/Kernel/arch/x86/proc.asm index f53f11d9..1011b53c 100644 --- a/Kernel/arch/x86/proc.asm +++ b/Kernel/arch/x86/proc.asm @@ -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