kern: amend syntax

This commit is contained in:
Michael Scire 2020-04-16 18:00:42 -07:00
parent 46d79387e8
commit f2944d36ba

View file

@ -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++;