mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-12 23:22:57 +00:00
ARM_Interface: Implement PageTableChanged
This commit is contained in:
@@ -16,6 +16,7 @@ public:
|
||||
~ARM_DynCom();
|
||||
|
||||
void ClearInstructionCache() override;
|
||||
void PageTableChanged() override;
|
||||
|
||||
void SetPC(u32 pc) override;
|
||||
u32 GetPC() const override;
|
||||
|
||||
Reference in New Issue
Block a user