Skip to content

Commit 1f16783

Browse files
committed
Update StructFloatInfoFlags doc comment on C#
1 parent 5c478d7 commit 1f16783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,8 +1221,8 @@ public struct SYSTEMV_AMD64_CORINFO_STRUCT_REG_PASSING_DESCRIPTOR
12211221
public byte eightByteOffsets1;
12221222
};
12231223

1224-
// StructFloadFieldInfoFlags: used on LoongArch64 architecture by `getLoongArch64PassStructInRegisterFlags` and
1225-
// `getRISCV64PassStructInRegisterFlags` API to convey struct argument passing information.
1224+
// StructFloatFieldInfoFlags: used on LoongArch64 and RISC-V architecture as a legacy representation of
1225+
// FpStructInRegistersInfo, returned by FpStructInRegistersInfo.ToOldFlags()
12261226
//
12271227
// `STRUCT_NO_FLOAT_FIELD` means structs are not passed using the float register(s).
12281228
//

0 commit comments

Comments
 (0)