fix android.
This commit is contained in:
parent
50520c7c3d
commit
5b9254a1cd
|
@ -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); }
|
||||
|
||||
|
|
Loading…
Reference in New Issue