Removed commit ed8c25ef7c
as it causes compatibility problems.
This commit is contained in:
parent
d73d899898
commit
7916cd63f3
|
@ -1169,7 +1169,7 @@ _end:
|
||||||
//Small-n-simple idle loop detector :p
|
//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 (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;
|
blk->guest_cycles*=3;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue