JIT: remove "fast interrupts" option set and then used nowhere

This commit is contained in:
Fiora 2014-11-28 06:42:40 -08:00
parent 0e3d20c349
commit 41f5ef3304
3 changed files with 0 additions and 3 deletions

View File

@ -178,7 +178,6 @@ void Jit64::Init()
jo.fpAccurateFcmp = SConfig::GetInstance().m_LocalCoreStartupParameter.bFPRF;
jo.optimizeGatherPipe = true;
jo.fastInterrupts = false;
jo.accurateSinglePrecision = true;
js.memcheck = SConfig::GetInstance().m_LocalCoreStartupParameter.bMMU;

View File

@ -248,7 +248,6 @@ void JitIL::Init()
jo.fpAccurateFcmp = false;
jo.optimizeGatherPipe = true;
jo.fastInterrupts = false;
jo.accurateSinglePrecision = false;
js.memcheck = SConfig::GetInstance().m_LocalCoreStartupParameter.bMMU;

View File

@ -64,7 +64,6 @@ protected:
bool enableBlocklink;
bool fpAccurateFcmp;
bool optimizeGatherPipe;
bool fastInterrupts;
bool accurateSinglePrecision;
};
struct JitState