mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12: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;
|
std::string final = inst;
|
||||||
|
final += lk ? "ctrl"sv : "clr"sv;
|
||||||
if (sign) final += sign;
|
if (sign) final += sign;
|
||||||
|
|
||||||
DisAsm_CR_BRANCH(final, bi / 4, bh);
|
DisAsm_CR_BRANCH(final, bi / 4, bh);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue