mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-28 05:52:39 +02:00
kern: amend syntax
This commit is contained in:
parent
6777a7229b
commit
a56309680c
@ -275,7 +275,7 @@ namespace ams::kern {
|
||||
}
|
||||
|
||||
/* Call the locked update function. */
|
||||
std::addressof(*it)->*lock_func(perm);
|
||||
(std::addressof(*it)->*lock_func)(perm);
|
||||
cur_address += cur_info.GetSize();
|
||||
remaining_pages -= cur_info.GetNumPages();
|
||||
it++;
|
||||
|
Loading…
Reference in New Issue
Block a user