Skip to content

Commit

Permalink
Add note for CORINFO_FPSTRUCT_LOWERING::loweredElements type
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeksowi committed Jul 25, 2024
1 parent c209a55 commit 8ddd349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreclr/inc/corinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -1909,6 +1909,8 @@ struct CORINFO_FPSTRUCT_LOWERING
// Whether the struct should be passed by integer calling convention (cannot be passed by FP calling convention).
bool byIntegerCallConv;
// Types of lowered struct fields.
// Note: the integer field is denoted with a signed type reflecting size only so e.g. ushort is reported
// as CORINFO_TYPE_SHORT and Object or string is reported as CORINFO_TYPE_LONG.
CorInfoType loweredElements[MAX_FPSTRUCT_LOWERED_ELEMENTS];
// Offsets of lowered struct fields.
uint32_t offsets[MAX_FPSTRUCT_LOWERED_ELEMENTS];
Expand Down

0 comments on commit 8ddd349

Please sign in to comment.