Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1596 from davidgfnet/x86fix
Browse files Browse the repository at this point in the history
Hack-fix the x86 JIT so that it builds.
  • Loading branch information
flyinghead committed May 11, 2019
2 parents 95a13d7 + 08285cf commit ec97068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/rec-x86/rec_x86_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit ec97068

Please sign in to comment.