Merge pull request #1921 from Sonicadvance1/loadstore_fix

Minor fix with psq_st{u,}x disassembly.
This commit is contained in:
Ryan Houdek 2015-01-19 10:17:43 -06:00
commit 92189c03e9
1 changed files with 1 additions and 1 deletions

View File

@ -994,7 +994,7 @@ void GekkoDisassembler::ps(u32 inst)
case 7:
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;
case 18: