master
E. Almqvist 3 years ago
parent 901ab00dfd
commit 6c08344548
  1. 1
      kernel/isr.asm

@ -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

Loading…
Cancel
Save