mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2025-01-03 19:14:44 +00:00
thermosphere: forgot to call exceptionReturnPreprocess in start.s
This commit is contained in:
parent
997d1a5b0a
commit
ced0b32556
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ _postMmuEnableReturnAddr:
|
|||
isb
|
||||
|
||||
// Jump to kernel
|
||||
mov x0, sp
|
||||
bl exceptionReturnPreprocess
|
||||
b _restoreAllRegisters
|
||||
|
||||
.pool
|
||||
|
|
Loading…
Reference in a new issue