From ee4a0dc94820824836c4a474b3ce1aded4bb66c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20Sowi=C5=84ski?= Date: Wed, 17 Jul 2024 13:16:34 +0200 Subject: [PATCH] Revert unnecessary empty line removal --- src/coreclr/vm/argdestination.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coreclr/vm/argdestination.h b/src/coreclr/vm/argdestination.h index ec5c692672cf3b..4fa3d2248679f2 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.