Skip to content

Commit c0003ea

Browse files
authored
[LoongArch64] revert TARGET_LOONGARCH64 which destroyed by RISCV#84584. (#85151)
1 parent 47b4e0c commit c0003ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/jit/scopeinfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ void CodeGen::psiBegProlog()
961961
else
962962
{
963963
regType = compiler->mangleVarArgsType(lclVarDsc->TypeGet());
964-
#ifdef TARGET_LOONGARCH
964+
#ifdef TARGET_LOONGARCH64
965965
if (emitter::isGeneralRegisterOrR0(lclVarDsc->GetArgReg()) && isFloatRegType(regType))
966966
{
967967
// For LoongArch64's ABI, the float args may be passed by integer register.

0 commit comments

Comments
 (0)