mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 07:49:19 +01:00
GekkoDisassembler: fix mtfsf yet again
This commit is contained in:
parent
8293cd068f
commit
b37886580b
@ -2242,7 +2242,7 @@ u32* GekkoDisassembler::DoDisassembly(bool big_endian)
|
|||||||
if ((in & 0x02010000) == 0)
|
if ((in & 0x02010000) == 0)
|
||||||
{
|
{
|
||||||
m_opcode = StringFromFormat("mtfsf%s", rcsel[in & 1]);
|
m_opcode = StringFromFormat("mtfsf%s", rcsel[in & 1]);
|
||||||
m_operands = StringFromFormat("0x%x,%u", (in >> 17) & 0xff, regnames[PPCGETB(in)]);
|
m_operands = StringFromFormat("0x%x, f%u", (in >> 17) & 0xff, PPCGETB(in));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user