mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
PPU Disasm: Fixup BCCTR after #7775
This commit is contained in:
parent
c16124f0d9
commit
83a2204f87
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue