mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Minor fix with psq_st{u,}x disassembly.
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user