From e2ebf9c0ffcb3e15585b8def53383e1e1da1ea26 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 1 Mar 2023 03:21:51 -0700 Subject: [PATCH] fatal: correct comment about pools --- stratosphere/fatal/source/fatal_task_screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/fatal/source/fatal_task_screen.cpp b/stratosphere/fatal/source/fatal_task_screen.cpp index f6043d1f1..03078706e 100644 --- a/stratosphere/fatal/source/fatal_task_screen.cpp +++ b/stratosphere/fatal/source/fatal_task_screen.cpp @@ -57,7 +57,7 @@ namespace ams::fatal::srv { } } - /* We couldn't use heap, so try insecure memory, from the application pool. */ + /* We couldn't use heap, so try insecure memory, from the system nonsecure pool. */ { uintptr_t address = 0; if (R_SUCCEEDED(os::AllocateInsecureMemory(std::addressof(address), FrameBufferRequiredSizePageAligned))) {