Fix AArch64 JIT compiling.

This commit is contained in:
Ryan Houdek 2014-09-18 16:50:49 -05:00
parent e9164247d6
commit f709dda6aa
1 changed files with 2 additions and 0 deletions

View File

@ -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()