ARM: add ClearInstructionCache function

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

View file

@ -21,6 +21,8 @@ public:
ARM_DynCom(PrivilegeMode initial_mode);
~ARM_DynCom();
void ClearInstructionCache() override;
void SetPC(u32 pc) override;
u32 GetPC() const override;
u32 GetReg(int index) const override;