summaryrefslogtreecommitdiff
path: root/core/cortex-m/init.S
diff options
context:
space:
mode:
Diffstat (limited to 'core/cortex-m/init.S')
-rw-r--r--core/cortex-m/init.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cortex-m/init.S b/core/cortex-m/init.S
index bef720d46c..22cece17cb 100644
--- a/core/cortex-m/init.S
+++ b/core/cortex-m/init.S
@@ -368,7 +368,7 @@ fini_loop:
/* default exception handler */
.thumb_func
default_handler:
- b panic
+ b exception_panic
_bss_start:
.long __bss_start