Minor fix with psq_st{u,}x disassembly.

This commit is contained in:
Ryan Houdek 2015-01-19 10:12:23 -06:00
parent ed58b1fd5b
commit dc95ea2ce6
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: