Compare commits
1 commit
6772ac5cfa
...
cd1590ae63
Author | SHA1 | Date | |
---|---|---|---|
cd1590ae63 |
1 changed files with 4 additions and 0 deletions
|
@ -95,7 +95,11 @@ _ZN4Core6ArmNce50ReturnToRunCodeByExceptionLevelChangeSignalHandlerEiPvS1_:
|
|||
|
||||
/* Call the context restorer with the raw context. */
|
||||
mov x0, x2
|
||||
#ifdef __APPLE__
|
||||
bl __ZN4Core6ArmNce19RestoreGuestContextEPv
|
||||
#else
|
||||
bl _ZN4Core6ArmNce19RestoreGuestContextEPv
|
||||
#endif
|
||||
|
||||
/* Save the old value of tpidr_el0. */
|
||||
mrs x8, tpidr_el0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue