Skip to content

Commit

Permalink
Merge pull request #1114 from Sonicadvance1/AArch64-fix-build
Browse files Browse the repository at this point in the history
Fix AArch64 JIT compiling.
  • Loading branch information
Sonicadvance1 committed Sep 19, 2014
2 parents bd740ae + f709dda commit ec31081
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Core/PowerPC/JitArm64/Jit.h
Expand Up @@ -35,6 +35,8 @@ class JitArm64 : public JitBase, public Arm64Gen::ARM64CodeBlock

bool IsInCodeSpace(u8 *ptr) { return IsInSpace(ptr); }

bool HandleFault(uintptr_t access_address, SContext* ctx) override { return false; }

void ClearCache();

CommonAsmRoutinesBase *GetAsmRoutines()
Expand Down

0 comments on commit ec31081

Please sign in to comment.