From ffd0181aa13eb3dc549a6644719abf9ee33a7cb0 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sun, 4 Mar 2018 19:07:17 -0800 Subject: [PATCH] Fix Stack Overflow in SMC handler --- exosphere/src/exceptions.s | 1 + 1 file changed, 1 insertion(+) diff --git a/exosphere/src/exceptions.s b/exosphere/src/exceptions.s index 660792e09..a85fd0ed2 100644 --- a/exosphere/src/exceptions.s +++ b/exosphere/src/exceptions.s @@ -250,4 +250,5 @@ handle_core3_smc_exception: ldp x14, x15, [sp],#0x10 ldp x16, x17, [sp],#0x10 ldp x18, x19, [sp],#0x10 + ldp x29, x30, [sp],#0x10 ret