aboutsummaryrefslogtreecommitdiffstats
path: root/bl1/aarch32/bl1_exceptions.S
diff options
context:
space:
mode:
Diffstat (limited to 'bl1/aarch32/bl1_exceptions.S')
-rw-r--r--bl1/aarch32/bl1_exceptions.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl1/aarch32/bl1_exceptions.S b/bl1/aarch32/bl1_exceptions.S
index f2af9ab5b..493d2ca4e 100644
--- a/bl1/aarch32/bl1_exceptions.S
+++ b/bl1/aarch32/bl1_exceptions.S
@@ -80,7 +80,7 @@ debug_loop:
add r8, r8, #ENTRY_POINT_INFO_ARGS_OFFSET
ldm r8, {r0, r1, r2, r3}
- eret
+ exception_return
endfunc bl1_aarch32_smc_handler
/* -----------------------------------------------------