summaryrefslogtreecommitdiff
path: root/src/vm/callingconvention.h
diff options
context:
space:
mode:
authorDavid Wrighton <davidwr@microsoft.com>2018-10-16 20:39:34 -0700
committerJan Kotas <jkotas@microsoft.com>2018-10-16 20:39:34 -0700
commitcf1b104f428bcb0cd1667ecdc1a613b7ddf1d1cd (patch)
treec22930a4f22a15d778cac5e17513e9f88990e5ec /src/vm/callingconvention.h
parent57d101bf25c31973ec01872506f9c7e12933f2b3 (diff)
downloadcoreclr-cf1b104f428bcb0cd1667ecdc1a613b7ddf1d1cd.tar.gz
coreclr-cf1b104f428bcb0cd1667ecdc1a613b7ddf1d1cd.tar.bz2
coreclr-cf1b104f428bcb0cd1667ecdc1a613b7ddf1d1cd.zip
Fix resetting of m_hasArgLocDescForStructInRegs (#20450)
- Also add testcase Fixes #20449
Diffstat (limited to 'src/vm/callingconvention.h')
-rw-r--r--src/vm/callingconvention.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/callingconvention.h b/src/vm/callingconvention.h
index 59553fb6e5..b66279c398 100644
--- a/src/vm/callingconvention.h
+++ b/src/vm/callingconvention.h
@@ -970,7 +970,7 @@ int ArgIteratorTemplate<ARGITERATOR_BASE>::GetNextOffset()
m_argSize = argSize;
m_argTypeHandle = thValueType;
-#if defined(UNIX_AMD64_ABI)
+#if defined(UNIX_AMD64_ABI) || defined (_TARGET_ARM64_)
m_hasArgLocDescForStructInRegs = false;
#endif