mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-19 01:34:10 +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
|
||||
|
||||
// Jump to kernel
|
||||
mov x0, sp
|
||||
bl exceptionReturnPreprocess
|
||||
b _restoreAllRegisters
|
||||
|
||||
.pool
|
||||
|
Loading…
x
Reference in New Issue
Block a user