summaryrefslogtreecommitdiff
path: root/asm/int_irq.asm
diff options
context:
space:
mode:
Diffstat (limited to 'asm/int_irq.asm')
-rw-r--r--asm/int_irq.asm36
1 files changed, 18 insertions, 18 deletions
diff --git a/asm/int_irq.asm b/asm/int_irq.asm
index fd57a50..e9864f0 100644
--- a/asm/int_irq.asm
+++ b/asm/int_irq.asm
@@ -43,85 +43,85 @@ global int_irq18
int_irq0:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_0 ;this will never return due to panic!
jmp $
int_irq1:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_1 ;this will never return due to panic!
jmp $
int_irq2:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_2 ;this will never return due to panic!
jmp $
int_irq3:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_3 ;this will never return due to panic!
jmp $
int_irq4:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_4 ;this will never return due to panic!
jmp $
int_irq5:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_5 ;this will never return due to panic!
jmp $
int_irq6:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_6 ;this will never return due to panic!
jmp $
int_irq7:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_7 ;this will never return due to panic!
jmp $
int_irq8:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_8 ;this will never return due to panic!
jmp $
int_irq9:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_9;this will never return due to panic!
jmp $
int_irq10:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_10;this will never return due to panic!
jmp $
int_irq11:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_11;this will never return due to panic!
jmp $
int_irq12:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_12 ;this will never return due to panic!
jmp $
int_irq13:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_13;this will never return due to panic!
jmp $
int_irq14:
@@ -134,23 +134,23 @@ int_irq14:
int_irq15:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_15 ;this will never return due to panic!
jmp $
int_irq16:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_16 ;this will never return due to panic!
jmp $
int_irq17:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_17 ;this will never return due to panic!
jmp $
int_irq18:
cli
- call exception_handle ;this will never return due to panic!
+ call exception_handle_18;this will never return due to panic!
jmp $