mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
SPU DisAsm: fix disasm for BINZ and similar instruction
This commit is contained in:
parent
a53d0d50b3
commit
18dbd788e6
@ -152,7 +152,7 @@ private:
|
||||
}
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user