ARM: add ClearInstructionCache function

This commit is contained in:
wwylele 2016-06-27 21:38:49 +03:00
parent b2df959733
commit 2161f52661
3 changed files with 11 additions and 0 deletions

View file

@ -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