PPU Disasm: Fixup BCCTR after #7775

This commit is contained in:
Eladash 2020-03-14 16:17:41 +02:00
parent c16124f0d9
commit 83a2204f87

View File

@ -1151,6 +1151,7 @@ void PPUDisAsm::BCCTR(ppu_opcode_t op)
}
std::string final = inst;
final += lk ? "ctrl"sv : "clr"sv;
if (sign) final += sign;
DisAsm_CR_BRANCH(final, bi / 4, bh);