mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-27 13:32:43 +02:00
os: remove completed TODO
This commit is contained in:
parent
b09571b57e
commit
159ca97a9d
@ -132,7 +132,6 @@ namespace ams::os {
|
||||
/* Try to map up to 64 times. */
|
||||
for (int i = 0; i < 64; ++i) {
|
||||
/* Reserve space to map the memory. */
|
||||
/* TODO: os::AslrSpaceManager */
|
||||
void *map_address = impl::GetAslrSpaceManager().AllocateSpace(tmem->size);
|
||||
R_UNLESS(map_address != nullptr, os::ResultOutOfAddressSpace());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user