Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix android.
  • Loading branch information
comex committed Sep 2, 2013
1 parent 50520c7 commit 5b9254a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/PowerPC/JitArm32/Jit.h
Expand Up @@ -82,7 +82,7 @@ class JitArm : public JitBase, public ArmGen::ARMXCodeBlock

JitBaseBlockCache *GetBlockCache() { return &blocks; }

const u8 *BackPatch(u8 *codePtr, bool isWrite, u32 em_address, void *ctx);
const u8 *BackPatch(u8 *codePtr, u32 em_address, void *ctx);

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

Expand Down

0 comments on commit 5b9254a

Please sign in to comment.