Remove test-USE32-and-mask-PC operation from interpreter as well.
This commit is contained in:
parent
ee186dbb0d
commit
889ca7f3f2
3 changed files with 11 additions and 8 deletions
|
|
@ -263,8 +263,6 @@ dontprint=0;
|
|||
break;
|
||||
}
|
||||
|
||||
if (!use32) cpu_state.pc &= 0xffff;
|
||||
|
||||
if (cpu_state.abrt)
|
||||
{
|
||||
flags_rebuild();
|
||||
|
|
|
|||
Loading…
Reference in a new issue