summaryrefslogtreecommitdiff
path: root/common/aarch32/debug.S
diff options
context:
space:
mode:
Diffstat (limited to 'common/aarch32/debug.S')
-rw-r--r--common/aarch32/debug.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/aarch32/debug.S b/common/aarch32/debug.S
index 6be69512..cfce7ed9 100644
--- a/common/aarch32/debug.S
+++ b/common/aarch32/debug.S
@@ -38,7 +38,7 @@
* The common implementation of do_panic for all BL stages
***********************************************************/
func do_panic
- b plat_panic_handler
+ no_ret plat_panic_handler
endfunc do_panic
/***********************************************************
@@ -50,5 +50,5 @@ func report_exception
mrs r0, cpsr
and r0, #MODE32_MASK
bl plat_report_exception
- bl plat_panic_handler
+ no_ret plat_panic_handler
endfunc report_exception