Merge pull request #1921 from Sonicadvance1/loadstore_fix
Minor fix with psq_st{u,}x disassembly.
This commit is contained in:
commit
92189c03e9
|
@ -994,7 +994,7 @@ void GekkoDisassembler::ps(u32 inst)
|
||||||
|
|
||||||
case 7:
|
case 7:
|
||||||
m_opcode = inst & 0x40 ? "psq_stux" : "psq_stx";
|
m_opcode = inst & 0x40 ? "psq_stux" : "psq_stx";
|
||||||
m_operands = StringFromFormat("p%u, r%u, r%u, %d, qr%d", RA, RB, FS, RA, RB, WX, IX);
|
m_operands = StringFromFormat("p%u, r%u, r%u, %d, qr%d", FS, RA, RB, WX, IX);
|
||||||
return;
|
return;
|
||||||
|
|
||||||
case 18:
|
case 18:
|
||||||
|
|
Loading…
Reference in New Issue