mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-14 16:06:56 +00:00
thermosphere: forgot to call exceptionReturnPreprocess in start.s
This commit is contained in:
parent
b0ca29d18e
commit
ed5736e8d2
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ _postMmuEnableReturnAddr:
|
||||||
isb
|
isb
|
||||||
|
|
||||||
// Jump to kernel
|
// Jump to kernel
|
||||||
|
mov x0, sp
|
||||||
|
bl exceptionReturnPreprocess
|
||||||
b _restoreAllRegisters
|
b _restoreAllRegisters
|
||||||
|
|
||||||
.pool
|
.pool
|
||||||
|
|
Loading…
Reference in a new issue