fatal: correct comment about pools

This commit is contained in:
Michael Scire 2023-03-01 03:21:51 -07:00
parent 5fb6f52b9e
commit e2ebf9c0ff

View file

@ -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; uintptr_t address = 0;
if (R_SUCCEEDED(os::AllocateInsecureMemory(std::addressof(address), FrameBufferRequiredSizePageAligned))) { if (R_SUCCEEDED(os::AllocateInsecureMemory(std::addressof(address), FrameBufferRequiredSizePageAligned))) {