mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
SPU DisAsm: fix disasm for BINZ and similar instruction
This commit is contained in:
parent
a53d0d50b3
commit
18dbd788e6
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ private:
|
||||||
}
|
}
|
||||||
void DisAsm(std::string op, field_de_t de, const char* a1, const char* a2)
|
void DisAsm(std::string op, field_de_t de, const char* a1, const char* a2)
|
||||||
{
|
{
|
||||||
Write(fmt::format("%s %s", FixOp(op.append(BrIndirectSuffix(de))), a1, a2));
|
Write(fmt::format("%s %s,%s", FixOp(op.append(BrIndirectSuffix(de))), a1, a2));
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue