Skip to content

Commit c45caed

Browse files
authored
Fix compiling errors within LoongArch64 and RISCV64 for ins_Move_Extend. (#85216)
* Fix compiling errors within LA64 and RISCV64 for `ins_Move_Extend`. * update for CR.
1 parent 2d982ea commit c45caed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/coreclr/jit/instr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,6 +1487,7 @@ instruction CodeGen::ins_Move_Extend(var_types srcType, bool srcInReg)
14871487
return INS_vmov;
14881488
#else
14891489
NYI("ins_Move_Extend");
1490+
return INS_invalid;
14901491
#endif
14911492
}
14921493

0 commit comments

Comments
 (0)