mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 13:55:56 +00:00
Merge "fix(el3-runtime): for nested serrors, restore x30 to lower EL address" into integration
This commit is contained in:
commit
48730a2e3b
1 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,8 @@ func handle_pending_async_ea
|
|||
b.eq 1f
|
||||
ret
|
||||
1:
|
||||
ldr x30, [sp, #CTX_GPREGS_OFFSET + CTX_GPREG_LR]
|
||||
str xzr, [sp, #CTX_GPREGS_OFFSET + CTX_GPREG_LR]
|
||||
exception_return
|
||||
endfunc handle_pending_async_ea
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue