mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-04-19 19:01:17 +00:00
shift of 3 is not handled
This commit is contained in:
parent
4ac042452b
commit
decb1a3fbc
@ -2014,7 +2014,7 @@ bool Recompiler::Recompile(
|
||||
break;
|
||||
|
||||
case 5: // float16_4
|
||||
if (insn.operands[3] != 2)
|
||||
if (insn.operands[3] != 2 || insn.operands[4] > 2)
|
||||
fmt::println("Unexpected float16_4 pack instruction at {:X}", base);
|
||||
|
||||
for (size_t i = 0; i < 4; i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user