Fixing bugs and removing debug statements
[tpg/acess2.git] / Kernel / arch / x86 / proc.c
index 1edfee2..9c1eb98 100644 (file)
@@ -570,6 +570,7 @@ int Proc_Clone(Uint *Err, Uint Flags)
        eip = GetEIP();
        if(eip == SWITCH_MAGIC) {
                outb(0x20, 0x20);       // ACK Timer and return as child
+               __asm__ __volatile__ ("sti");   // Restart interrupts
                return 0;
        }
        

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