diff --git a/Source/Core/Core/PowerPC/JitArm64/Jit.h b/Source/Core/Core/PowerPC/JitArm64/Jit.h index ffa7a060f6..2915215294 100644 --- a/Source/Core/Core/PowerPC/JitArm64/Jit.h +++ b/Source/Core/Core/PowerPC/JitArm64/Jit.h @@ -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()