mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
os: remove completed TODO
This commit is contained in:
parent
1ea49bdae3
commit
24eef96b15
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue