mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 14:11:43 +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. */
|
/* Try to map up to 64 times. */
|
||||||
for (int i = 0; i < 64; ++i) {
|
for (int i = 0; i < 64; ++i) {
|
||||||
/* Reserve space to map the memory. */
|
/* Reserve space to map the memory. */
|
||||||
/* TODO: os::AslrSpaceManager */
|
|
||||||
void *map_address = impl::GetAslrSpaceManager().AllocateSpace(tmem->size);
|
void *map_address = impl::GetAslrSpaceManager().AllocateSpace(tmem->size);
|
||||||
R_UNLESS(map_address != nullptr, os::ResultOutOfAddressSpace());
|
R_UNLESS(map_address != nullptr, os::ResultOutOfAddressSpace());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue