summaryrefslogtreecommitdiff
path: root/src/vm
diff options
context:
space:
mode:
authorjashoo <jashoo@microsoft.com>2017-09-05 11:42:15 -0700
committerjashoo <jashoo@microsoft.com>2017-09-05 11:42:15 -0700
commit472a0e568d3dffa2ce4db4b999ba47005081aadd (patch)
tree0ffbb2f5c421b8aa85471ea8fdea610a4fef99e3 /src/vm
parent2abbf00b943aa57c8a04b9edc521bd8884ded852 (diff)
downloadcoreclr-472a0e568d3dffa2ce4db4b999ba47005081aadd.tar.gz
coreclr-472a0e568d3dffa2ce4db4b999ba47005081aadd.tar.bz2
coreclr-472a0e568d3dffa2ce4db4b999ba47005081aadd.zip
revert_13687
Diffstat (limited to 'src/vm')
-rw-r--r--src/vm/arm64/cgencpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vm/arm64/cgencpu.h b/src/vm/arm64/cgencpu.h
index 8abe4de6ab..90e871a16d 100644
--- a/src/vm/arm64/cgencpu.h
+++ b/src/vm/arm64/cgencpu.h
@@ -79,6 +79,7 @@ typedef INT64 StackElemType;
// !! This expression assumes STACK_ELEM_SIZE is a power of 2.
#define StackElemSize(parmSize) (((parmSize) + STACK_ELEM_SIZE - 1) & ~((ULONG)(STACK_ELEM_SIZE - 1)))
+#ifdef FEATURE_PAL // TODO-ARM64-WINDOWS Add JIT_Stelem_Ref support
//
// JIT HELPERS.
//
@@ -86,6 +87,7 @@ typedef INT64 StackElemType;
//
// optimized static helpers
#define JIT_Stelem_Ref JIT_Stelem_Ref
+#endif
//**********************************************************************
// Frames