Enable block linking for JitIL; I disabled it when I was trying to debug

a crash.



git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2169 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
magumagu9 2009-02-09 01:37:50 +00:00
parent 5c35e95c8f
commit f4025a8caa
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ namespace CPUCompare
CODE_SIZE = 1024*1024*8*8;
jo.optimizeStack = true;
jo.enableBlocklink = false; // Speed boost, but not 100% safe
jo.enableBlocklink = true; // Speed boost, but not 100% safe
#ifdef _M_X64
jo.enableFastMem = Core::GetStartupParameter().bUseFastMem;
#else