mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 15:05:46 +00:00
arm_interface: Support unmapping previously mapped memory.
This commit is contained in:
parent
a0b00fe2d1
commit
256153c50c
6 changed files with 18 additions and 2 deletions
|
@ -19,7 +19,7 @@ public:
|
|||
|
||||
void MapBackingMemory(VAddr address, size_t size, u8* memory,
|
||||
Kernel::VMAPermission perms) override;
|
||||
|
||||
void UnmapMemory(u64 address, size_t size) override;
|
||||
void SetPC(u64 pc) override;
|
||||
u64 GetPC() const override;
|
||||
u64 GetReg(int index) const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue