JIT: fix accidental disabling of block linking by default

Oops.
This commit is contained in:
Fiora 2014-10-09 12:00:40 -07:00
parent 67e44c0e63
commit 9d45f51459
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
SCoreStartupParameter::SCoreStartupParameter()
: bEnableDebugging(false), bAutomaticStart(false), bBootToPause(false),
bJITNoBlockCache(false), bJITNoBlockLinking(true),
bJITNoBlockCache(false), bJITNoBlockLinking(false),
bJITOff(false),
bJITLoadStoreOff(false), bJITLoadStorelXzOff(false),
bJITLoadStorelwzOff(false), bJITLoadStorelbzxOff(false),