mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-07 14:51:26 +01:00
thermosphere: forgot to call exceptionReturnPreprocess in start.s
This commit is contained in:
parent
b0ca29d18e
commit
ed5736e8d2
@ -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…
x
Reference in New Issue
Block a user