mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 03:25:46 +00:00
ARM: add ClearInstructionCache function
This commit is contained in:
parent
3008911345
commit
913472e010
3 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue