ARM_Interface: Implement PageTableChanged

This commit is contained in:
MerryMage 2017-09-24 22:44:13 +01:00
parent 4e5eb2044a
commit 67a70bd9e1
6 changed files with 39 additions and 6 deletions

View file

@ -41,6 +41,9 @@ public:
/// Clear all instruction cache
virtual void ClearInstructionCache() = 0;
/// Notify CPU emulation that page tables have changed
virtual void PageTableChanged() = 0;
/**
* Set the Program Counter to an address
* @param addr Address to set PC to