From 2161f52661f9866161165db480594672307940ad Mon Sep 17 00:00:00 2001 From: wwylele Date: Mon, 27 Jun 2016 21:38:49 +0300 Subject: ARM: add ClearInstructionCache function --- src/core/arm/arm_interface.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/arm/arm_interface.h') 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 -- cgit v1.2.3