mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-21 20:37:13 +00:00
mffs instruction should load to floating-point register. (#158)
This commit is contained in:
@@ -1241,7 +1241,7 @@ bool Recompiler::Recompile(
|
||||
break;
|
||||
|
||||
case PPC_INST_MFFS:
|
||||
println("\t{}.u64 = ctx.fpscr.loadFromHost();", r(insn.operands[0]));
|
||||
println("\t{}.u64 = ctx.fpscr.loadFromHost();", f(insn.operands[0]));
|
||||
break;
|
||||
|
||||
case PPC_INST_MFLR:
|
||||
|
Reference in New Issue
Block a user