diff options
| author | B3n30 <bene_thomas@web.de> | 2017-09-25 08:29:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-25 08:29:32 +0200 |
| commit | d881dee818e7e59b72cb11cea634eb70bdcd3d35 (patch) | |
| tree | 4f9b241fb63b90647e2992e83d83de7d25bb5d42 /src/core/arm/arm_interface.h | |
| parent | dc6a36533781d4adbabe0a967f60b0fadd6b31a8 (diff) | |
| parent | 67a70bd9e1655dfd705550c1d561f3ba444360c8 (diff) | |
Merge pull request #2952 from MerryMage/page-tables
Switchable Page Tables
Diffstat (limited to 'src/core/arm/arm_interface.h')
| -rw-r--r-- | src/core/arm/arm_interface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h index ccd43f431..2aa017a54 100644 --- a/src/core/arm/arm_interface.h +++ b/src/core/arm/arm_interface.h @@ -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 |
