Reverted commit ed8c25ef7c as it creates compatibility issues.

This commit is contained in:
MrPsyMan 2014-06-05 04:24:32 +03:00
parent 50b5fedc5f
commit 101952c38b
1 changed files with 1 additions and 1 deletions

View File

@ -1169,7 +1169,7 @@ _end:
//Small-n-simple idle loop detector :p
if (state.info.has_readm && !state.info.has_writem && !state.info.has_fpu && blk->guest_opcodes<6)
{
if ((blk->BlockType==BET_Cond_0 || blk->BlockType==BET_Cond_1) && blk->BranchBlock<=blk->addr)
if (blk->BlockType==BET_Cond_0 || blk->BlockType==BET_Cond_1 && blk->BranchBlock<=blk->addr)
{
blk->guest_cycles*=3;
}