Jit_LoadStoreFloating: lfXXX

This commit is contained in:
MerryMage
2018-10-15 21:01:47 +01:00
parent 36790ad3ad
commit f564da7233
3 changed files with 22 additions and 31 deletions

View File

@ -70,10 +70,6 @@ protected:
// so just fixup that branch instead of testing for a DSI again.
bool fixupExceptionHandler;
Gen::FixupBranch exceptionHandler;
// If these are set, we've stored the old value of a register which will be loaded in
// revertLoad,
// which lets us revert it on the exception path.
int revertFprLoad;
bool assumeNoPairedQuantize;
std::map<u8, u32> constantGqr;