Fix fastmem in JitIL after 755bd2c4
.
That commit reorganized fastmem a bit; I wrote it before the patch to support fastmem in JitIL landed, and forgot to edit it to account for the fact. Since JitILBase now derives from Jitx86Base, the HandleFault override can just be removed.
This commit is contained in:
parent
c41f76e774
commit
8dccb0c743
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue