diff options
| author | wwylele <wwylele@gmail.com> | 2016-06-27 21:38:49 +0300 |
|---|---|---|
| committer | wwylele <wwylele@gmail.com> | 2016-08-27 21:38:06 +0800 |
| commit | 2161f52661f9866161165db480594672307940ad (patch) | |
| tree | 5a8bb26803b0b521e9d1dcb8570210d8d5b393a8 /src/core/arm/arm_interface.h | |
| parent | b2df959733ee65cbf705dbfbd05761a06929a6b6 (diff) | |
ARM: add ClearInstructionCache function
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 d8abe5aeb..de5e9c8fa 100644 --- a/src/core/arm/arm_interface.h +++ b/src/core/arm/arm_interface.h @@ -32,6 +32,9 @@ public: Run(1); } + /// Clear all instruction cache + virtual void ClearInstructionCache() = 0; + /** * Set the Program Counter to an address * @param addr Address to set PC to |
