mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-29 22:42:40 +02:00
kern: fix spsr register in RestoreContext
This commit is contained in:
parent
e9a80d95e7
commit
2b91674b42
@ -92,7 +92,7 @@ _ZN3ams4kern3svc14RestoreContextEm:
|
|||||||
|
|
||||||
#if defined(MESOSPHERE_ENABLE_HARDWARE_SINGLE_STEP)
|
#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. */
|
/* 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
|
#endif
|
||||||
|
|
||||||
msr sp_el0, x8
|
msr sp_el0, x8
|
||||||
|
Loading…
Reference in New Issue
Block a user