mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-14 18:37:27 +00:00
PPU Disasm: Fixup BCCTR after #7775
This commit is contained in:
parent
c16124f0d9
commit
83a2204f87
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user