early-access version 3790
This commit is contained in:
@@ -46,8 +46,7 @@ struct Memory::Impl {
|
||||
|
||||
const std::size_t address_space_width = process.GetPageTable().GetAddressSpaceWidth();
|
||||
|
||||
process.GetArmInterface(core_id)->PageTableChanged(*current_page_table,
|
||||
address_space_width);
|
||||
system.ArmInterface(core_id).PageTableChanged(*current_page_table, address_space_width);
|
||||
}
|
||||
|
||||
void MapMemoryRegion(Common::PageTable& page_table, Common::ProcessAddress base, u64 size,
|
||||
|
||||
Reference in New Issue
Block a user