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.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/aarch32/debug.S b/common/aarch32/debug.S
index 2e60bd52..583ee4a5 100644
--- a/common/aarch32/debug.S
+++ b/common/aarch32/debug.S
@@ -51,7 +51,7 @@ func do_panic
1:
mov lr, r6
- no_ret plat_panic_handler
+ b plat_panic_handler
endfunc do_panic
/***********************************************************