aboutsummaryrefslogtreecommitdiff
path: root/interrupt_vector.S
diff options
context:
space:
mode:
Diffstat (limited to 'interrupt_vector.S')
-rw-r--r--interrupt_vector.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/interrupt_vector.S b/interrupt_vector.S
index f71330b..d20bf6d 100644
--- a/interrupt_vector.S
+++ b/interrupt_vector.S
@@ -1,4 +1,4 @@
-.section ".interrupt_vectors.text"
+.section ".interrupts.vector"
.global abort_handler
.local generic_handler
@@ -12,6 +12,8 @@ _interrupt_vectors:
b generic_handler
b generic_handler
+.section ".interrupts.text"
+
generic_handler:
b generic_handler
abort_handler_caller: