Bit of debug cleanup, fixing bugs found on GrUB2
[tpg/acess2.git] / Kernel / arch / x86 / desctab.asm
index b80c355..615d6a2 100644 (file)
@@ -129,14 +129,14 @@ Desctab_Install:
 %macro ISR_ERRNO       1
 [global Isr%1]
 Isr%1:
-       xchg bx, bx
+       ;xchg bx, bx
        push    %1
        jmp     ErrorCommon
 %endmacro
 %macro ISR_NOERR       1
 [global Isr%1]
 Isr%1:
-       xchg bx, bx
+       ;xchg bx, bx
        push    0
        push    %1
        jmp     ErrorCommon

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