diff --git a/src/coreclr/vm/argdestination.h b/src/coreclr/vm/argdestination.h index ec5c692672cf3..4fa3d2248679f 100644 --- a/src/coreclr/vm/argdestination.h +++ b/src/coreclr/vm/argdestination.h @@ -202,6 +202,7 @@ class ArgDestination return dac_cast(dac_cast(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.