mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 07:49:19 +01:00
Minor fix with psq_st{u,}x disassembly.
This commit is contained in:
parent
ed58b1fd5b
commit
dc95ea2ce6
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user