aboutsummaryrefslogtreecommitdiff
path: root/interrupt_vector.S
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2020-01-03 10:57:33 +0100
committervetch <vetch97@gmail.com>2020-01-03 10:57:33 +0100
commit2d31012739a11724844701d07db12e6e1307925e (patch)
tree9f7ebde7594b2f58a2538a157967e1341385e7fc /interrupt_vector.S
parentab7b754bb32022336527c1a2d5d710b95a589d0e (diff)
downloadrpi-MMU-example-2d31012739a11724844701d07db12e6e1307925e.tar.gz
rpi-MMU-example-2d31012739a11724844701d07db12e6e1307925e.zip
update
Diffstat (limited to 'interrupt_vector.S')
-rw-r--r--interrupt_vector.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/interrupt_vector.S b/interrupt_vector.S
index 1f5bb3a..04561e6 100644
--- a/interrupt_vector.S
+++ b/interrupt_vector.S
@@ -3,6 +3,7 @@
.global abort_handler
.local generic_handler
.global _interrupt_vectors
+/*
_interrupt_vectors:
ldr pc,reset_handler
ldr pc,undefined_handler
@@ -18,8 +19,8 @@ _interrupt_vectors:
prefetch_handler: .word abort
data_handler: .word abort
unused_handler: .word abort
- irq_handler_caller: .word irq
fiq_handler: .word abort
+ */
//b abort_handler_caller
//b abort_handler_caller
//b abort_handler_caller
@@ -84,8 +85,7 @@ fiq_handler_caller:
ldr r5, =fiq_handler
bx r5
-
irq:
mov sp, #0x8000
ldr r5, =abort_handler
- subs pc,lr,#4 \ No newline at end of file
+ subs pc,lr,#4