summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vectors.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vectors.S b/src/vectors.S
index 691d568..1c1bfee 100644
--- a/src/vectors.S
+++ b/src/vectors.S
@@ -121,7 +121,9 @@ excp_##entry##: ; \
/* Exception vectors */
/* Reset exception */
- EXCP_BUG(0100) ;
+.org 0x0100
+excp_0100:
+ ba 0xfffffffc
/* Machine check exception */
EXCP_BUG(0200) ;