mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 04:01:44 +00:00
kern: amend syntax
This commit is contained in:
parent
46d79387e8
commit
f2944d36ba
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ namespace ams::kern {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Call the locked update function. */
|
/* Call the locked update function. */
|
||||||
std::addressof(*it)->*lock_func(perm);
|
(std::addressof(*it)->*lock_func)(perm);
|
||||||
cur_address += cur_info.GetSize();
|
cur_address += cur_info.GetSize();
|
||||||
remaining_pages -= cur_info.GetNumPages();
|
remaining_pages -= cur_info.GetNumPages();
|
||||||
it++;
|
it++;
|
||||||
|
|
Loading…
Reference in a new issue