fixes for flag optimisation

This commit is contained in:
RSDuck
2019-08-25 13:06:27 +02:00
parent b5dda7d6e2
commit ea562d2fec
3 changed files with 3 additions and 2 deletions

View File

@ -163,6 +163,7 @@ CompiledBlock CompileBlock(ARM* cpu)
{
r15 += thumb ? 2 : 4;
instrs[i].SetFlags = 0;
instrs[i].Instr = nextInstr[0];
instrs[i].NextInstr[0] = nextInstr[0] = nextInstr[1];