1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-18 21:13:23 +01:00

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