Skip to content

Commit

Permalink
Revert unnecessary empty line removal
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeksowi committed Jul 17, 2024
1 parent 95d202b commit ee4a0dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coreclr/vm/argdestination.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ class ArgDestination
return dac_cast<PTR_VOID>(dac_cast<TADDR>(m_base) + argOfs);
}
#endif // defined(TARGET_LOONGARCH64) || defined(TARGET_RISCV64)

#if defined(UNIX_AMD64_ABI)

// Returns true if the ArgDestination represents a struct passed in registers.
Expand Down

0 comments on commit ee4a0dc

Please sign in to comment.