From 7806766a59b611ec5378998f51c2f56de1e4b6ca Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 17 Jan 2020 14:26:56 -0800 Subject: [PATCH] sm: I accidentally wasted 2 MB --- stratosphere/sm/source/sm_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/sm/source/sm_main.cpp b/stratosphere/sm/source/sm_main.cpp index 80390a3e1..114af34e2 100644 --- a/stratosphere/sm/source/sm_main.cpp +++ b/stratosphere/sm/source/sm_main.cpp @@ -32,7 +32,7 @@ extern "C" { void __appExit(void); /* Exception handling. */ - alignas(16) u8 __nx_exception_stack[ams::os::MemoryBlockUnitSize]; + alignas(16) u8 __nx_exception_stack[ams::os::MemoryPageSize]; u64 __nx_exception_stack_size = sizeof(__nx_exception_stack); void __libnx_exception_handler(ThreadExceptionDump *ctx);