Compare commits

..

1 commit

Author SHA1 Message Date
cd1590ae63
[nce] fix extra mangled symbols i forgot
All checks were successful
eden-license / license-header (pull_request) Successful in 33s
Signed-off-by: lizzie <lizzie@eden-emu.dev>
2025-08-30 21:23:08 +00:00

View file

@ -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