ARM_Interface: Implement PageTableChanged
This commit is contained in:
parent
4e5eb2044a
commit
67a70bd9e1
6 changed files with 39 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue