We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c478d7 commit 1f16783Copy full SHA for 1f16783
src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs
@@ -1221,8 +1221,8 @@ public struct SYSTEMV_AMD64_CORINFO_STRUCT_REG_PASSING_DESCRIPTOR
1221
public byte eightByteOffsets1;
1222
};
1223
1224
- // StructFloadFieldInfoFlags: used on LoongArch64 architecture by `getLoongArch64PassStructInRegisterFlags` and
1225
- // `getRISCV64PassStructInRegisterFlags` API to convey struct argument passing information.
+ // StructFloatFieldInfoFlags: used on LoongArch64 and RISC-V architecture as a legacy representation of
+ // FpStructInRegistersInfo, returned by FpStructInRegistersInfo.ToOldFlags()
1226
//
1227
// `STRUCT_NO_FLOAT_FIELD` means structs are not passed using the float register(s).
1228
0 commit comments