mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-09 09:39:44 +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)
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue