diff --git a/XenonRecomp/recompiler.cpp b/XenonRecomp/recompiler.cpp index 9bb6d34..aa6e428 100644 --- a/XenonRecomp/recompiler.cpp +++ b/XenonRecomp/recompiler.cpp @@ -1157,6 +1157,8 @@ bool Recompiler::Recompile( println("\t{}.s64 = {};", r(insn.operands[0]), int32_t(insn.operands[1] << 16)); break; + case PPC_INST_LVEBX: + case PPC_INST_LVEHX: case PPC_INST_LVEWX: case PPC_INST_LVEWX128: case PPC_INST_LVX: