diff options
Diffstat (limited to 'include/arch/aarch32/smccc_macros.S')
-rw-r--r-- | include/arch/aarch32/smccc_macros.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/aarch32/smccc_macros.S b/include/arch/aarch32/smccc_macros.S index 4ec229218..ea7835a42 100644 --- a/include/arch/aarch32/smccc_macros.S +++ b/include/arch/aarch32/smccc_macros.S @@ -235,7 +235,7 @@ /* Restore the rest of the general purpose registers */ ldm r0, {r0-r12} - eret + exception_return .endm #endif /* SMCCC_MACROS_S */ |