diff options
Diffstat (limited to 'src/interrupts/isr.asm')
-rw-r--r-- | src/interrupts/isr.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interrupts/isr.asm b/src/interrupts/isr.asm index d99a3dc..cf75157 100644 --- a/src/interrupts/isr.asm +++ b/src/interrupts/isr.asm @@ -249,7 +249,6 @@ isr31: push byte 31 jmp isr_common_stub - extern fault_handler ; Stores the ISR in the stack and calls the C fault handler |