JitArm64: Support branching fallbacks

This commit is contained in:
degasus 2015-06-28 11:06:16 +02:00
parent 8d69c2b4b7
commit dc83c8912f
4 changed files with 44 additions and 2 deletions

View file

@ -621,6 +621,7 @@ void SConfig::LoadDefaults()
bJITIntegerOff = false;
bJITPairedOff = false;
bJITSystemRegistersOff = false;
bJITBranchOff = false;
m_strName = "NONE";
m_strUniqueID = "00000000";