mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 13:41:43 +00:00
fatal: correct comment about pools
This commit is contained in:
parent
5fb6f52b9e
commit
e2ebf9c0ff
1 changed files with 1 additions and 1 deletions
|
@ -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))) {
|
||||
|
|
Loading…
Reference in a new issue