mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Fix unknown BCLR forms formatting
This commit is contained in:
parent
75ee668922
commit
3910b2465e
1 changed files with 1 additions and 1 deletions
|
@ -1033,7 +1033,7 @@ void PPUDisAsm::BCLR(ppu_opcode_t op)
|
|||
|
||||
if (!inst)
|
||||
{
|
||||
Write(fmt::format("bclr %d, cr%d[%x], %d, %d", bo, bi / 4, get_partial_BI_field(bi), bh, lk));
|
||||
Write(fmt::format("bclr %d, cr%d[%s], %d, %d", bo, bi / 4, get_partial_BI_field(bi), bh, lk));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue