mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
Fix AArch64 JIT compiling.
This commit is contained in:
@ -35,6 +35,8 @@ public:
|
|||||||
|
|
||||||
bool IsInCodeSpace(u8 *ptr) { return IsInSpace(ptr); }
|
bool IsInCodeSpace(u8 *ptr) { return IsInSpace(ptr); }
|
||||||
|
|
||||||
|
bool HandleFault(uintptr_t access_address, SContext* ctx) override { return false; }
|
||||||
|
|
||||||
void ClearCache();
|
void ClearCache();
|
||||||
|
|
||||||
CommonAsmRoutinesBase *GetAsmRoutines()
|
CommonAsmRoutinesBase *GetAsmRoutines()
|
||||||
|
Reference in New Issue
Block a user