JIT: fix accidental disabling of block linking by default
Oops.
This commit is contained in:
parent
67e44c0e63
commit
9d45f51459
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
SCoreStartupParameter::SCoreStartupParameter()
|
SCoreStartupParameter::SCoreStartupParameter()
|
||||||
: bEnableDebugging(false), bAutomaticStart(false), bBootToPause(false),
|
: bEnableDebugging(false), bAutomaticStart(false), bBootToPause(false),
|
||||||
bJITNoBlockCache(false), bJITNoBlockLinking(true),
|
bJITNoBlockCache(false), bJITNoBlockLinking(false),
|
||||||
bJITOff(false),
|
bJITOff(false),
|
||||||
bJITLoadStoreOff(false), bJITLoadStorelXzOff(false),
|
bJITLoadStoreOff(false), bJITLoadStorelXzOff(false),
|
||||||
bJITLoadStorelwzOff(false), bJITLoadStorelbzxOff(false),
|
bJITLoadStorelwzOff(false), bJITLoadStorelbzxOff(false),
|
||||||
|
|
Loading…
Reference in New Issue