From ced0b32556e62b99d5072a9f22b60f9e415f6866 Mon Sep 17 00:00:00 2001 From: TuxSH 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