1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-08 05:01:44 +00:00

kern: fix spsr register in RestoreContext

This commit is contained in:
Michael Scire 2021-07-27 14:15:21 -07:00
parent d7c93c44f4
commit 325ae30067

View file

@ -92,7 +92,7 @@ _ZN3ams4kern3svc14RestoreContextEm:
#if defined(MESOSPHERE_ENABLE_HARDWARE_SINGLE_STEP)
/* Since we're returning from an exception, set SPSR.SS so that we advance an instruction if single-stepping. */
orr x22, x22, #(1 << 21)
orr x10, x10, #(1 << 21)
#endif
msr sp_el0, x8