Merge pull request #1158 from comex/its-like-i-have-it-out-for-jitil-or-something

Fix fastmem in JitIL after 755bd2c4.
This commit is contained in:
Ryan Houdek 2014-09-25 16:12:04 -05:00
commit 0a1855d2ca
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@ public:
JitBlockCache *GetBlockCache() override { return &blocks; }
bool HandleFault(uintptr_t access_address, SContext* ctx) override { return false; }
void ClearCache() override;
const u8 *GetDispatcher()
{