summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJUNG DONG-HEON <dheon.jung@samsung.com>2020-06-18 20:10:23 +0900
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>2020-06-18 20:15:34 +0900
commit188dc96b125236b447094b156e84442defde6cf2 (patch)
treedd1c7108caf0e5dd8ebc8dad9db7c6f681e80887
parent58f8ca12d113688d17d6b0e5e4a75e474babc529 (diff)
downloadcoreclr-accepted/tizen/5.5/unified/20200623.152349.tar.gz
coreclr-accepted/tizen/5.5/unified/20200623.152349.tar.bz2
coreclr-accepted/tizen/5.5/unified/20200623.152349.zip
-rw-r--r--src/vm/callingconvention.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vm/callingconvention.h b/src/vm/callingconvention.h
index 43cc93bd85..8ba72aed87 100644
--- a/src/vm/callingconvention.h
+++ b/src/vm/callingconvention.h
@@ -212,7 +212,6 @@ struct TransitionBlock
return offset >= ofsArgRegs && offset < (int) (ofsArgRegs + ARGUMENTREGISTERS_SIZE);
}
-#ifndef _TARGET_X86_
static UINT GetArgumentIndexFromOffset(int offset)
{
LIMITED_METHOD_CONTRACT;
@@ -230,8 +229,6 @@ struct TransitionBlock
return (offset - TransitionBlock::GetOffsetOfArgs()) / STACK_ELEM_SIZE;
}
-#endif
-
#ifdef CALLDESCR_FPARGREGS
static BOOL IsFloatArgumentRegisterOffset(int offset)
{