fix android.

This commit is contained in:
comex 2013-09-02 17:30:31 -04:00
parent 50520c7c3d
commit 5b9254a1cd
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public:
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); }