summaryrefslogtreecommitdiffstats
path: root/firmware/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/crt0.S')
-rw-r--r--firmware/crt0.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/crt0.S b/firmware/crt0.S
index 65577e02b9..4459f2eb15 100644
--- a/firmware/crt0.S
+++ b/firmware/crt0.S
@@ -360,6 +360,12 @@ vectors:
mov.l @(r0,r2),r3
mov.l r3,@(r0,r1)
+ /* Move the UserBreak vector as well (12) */
+ mov #12,r0
+ shll2 r0
+ mov.l @(r0,r2),r3
+ mov.l r3,@(r0,r1)
+
/* Move the breakpoint trap vector (32) */
mov #32,r0
shll2 r0