Hack-fix the x86 JIT so that it builds. I guess that's why Win32 fails too

This commit is contained in:
David Guillen Fandos 2019-05-11 13:37:13 +02:00
parent afcd7a08a3
commit 08285cf49c
1 changed files with 2 additions and 2 deletions

View File

@ -326,8 +326,8 @@ void ngen_Compile(RuntimeBlockInfo* block, SmcCheckEnum smc_checks, bool reset,
if (prof.enable)
{
if (force_checks)
x86e->Emit(op_add32,&prof.counters.blkrun.force_check,1);
//if (force_checks)
// x86e->Emit(op_add32,&prof.counters.blkrun.force_check,1);
x86e->Emit(op_add32,&prof.counters.blkrun.cycles[block->guest_cycles],1);
}