Merge pull request #1114 from Sonicadvance1/AArch64-fix-build

Fix AArch64 JIT compiling.
This commit is contained in:
Ryan Houdek 2014-09-19 09:19:25 -05:00
commit ec310811a8

View File

@ -35,6 +35,8 @@ public:
bool IsInCodeSpace(u8 *ptr) { return IsInSpace(ptr); }
bool HandleFault(uintptr_t access_address, SContext* ctx) override { return false; }
void ClearCache();
CommonAsmRoutinesBase *GetAsmRoutines()