aboutsummaryrefslogtreecommitdiff
path: root/src/interrupts/isr.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/interrupts/isr.asm')
-rw-r--r--src/interrupts/isr.asm1
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