Reverted commit ed8c25ef7c
as it creates compatibility issues.
This commit is contained in:
parent
50b5fedc5f
commit
101952c38b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue