thermosphere: forgot to call exceptionReturnPreprocess in start.s

This commit is contained in:
TuxSH 2020-01-31 00:25:17 +00:00
parent 997d1a5b0a
commit ced0b32556

View file

@ -105,6 +105,8 @@ _postMmuEnableReturnAddr:
isb
// Jump to kernel
mov x0, sp
bl exceptionReturnPreprocess
b _restoreAllRegisters
.pool