Misc changes
[tpg/acess2.git] / Kernel / arch / x86_64 / start32.asm
index 7154ad8..86c90a5 100644 (file)
@@ -42,7 +42,7 @@ start:
        cmp eax, 0x80000001     ; Compare the A-register with 0x80000001.
        mov eax, 0x80000001
        cpuid
-    jb .not64bitCapable
+       jb .not64bitCapable
        test edx, 1<<29
        jz .not64bitCapable
 

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