Working on multiprocessing support
[tpg/acess2.git] / Kernel / arch / x86 / proc.asm
index ebc1664..348c31b 100644 (file)
@@ -156,7 +156,7 @@ Proc_ReturnToUser:
 [global GetCPUNum]
 GetCPUNum:
        xor eax, eax
-       ltr ax
+       str ax
        sub ax, 0x30
        shr ax, 3       ; ax /= 8
        ret

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