From ed5736e8d2ce917e1b2250dbc2eb1c99a02df20b Mon Sep 17 00:00:00 2001 From: TuxSH <1922548+TuxSH@users.noreply.github.com> Date: Fri, 31 Jan 2020 00:25:17 +0000 Subject: [PATCH] thermosphere: forgot to call exceptionReturnPreprocess in start.s --- thermosphere/src/start.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thermosphere/src/start.s b/thermosphere/src/start.s index 93e93f723..59ee158b0 100644 --- a/thermosphere/src/start.s +++ b/thermosphere/src/start.s @@ -105,6 +105,8 @@ _postMmuEnableReturnAddr: isb // Jump to kernel + mov x0, sp + bl exceptionReturnPreprocess b _restoreAllRegisters .pool