@ -31,7 +31,7 @@ void exception_handler() {
uint* eip_ptr = 0xe223;
uint eip = *eip_ptr;
buf = itoa(eip, buf, 16);
print(" eax= ", EXC_COLOR);
print(" eax=", EXC_COLOR);
print(buf, 0x0e);
}
@ -7,7 +7,6 @@ isr_stub_%+%1:
mov [isr_debug_ptr], byte %1
; Save the instruction pointer
pop eax
mov [isr_eip_ptr], dword eax
; Handle the exception