summaryrefslogtreecommitdiff
path: root/src/inc/corcompile.h
diff options
context:
space:
mode:
authorRama Krishnan Raghupathy <ramarag@microsoft.com>2016-04-15 18:37:16 -0700
committerRama Krishnan Raghupathy <ramarag@microsoft.com>2016-04-27 14:32:57 -0700
commitdfca8c96878395a388d02a2f313120ab5510298a (patch)
tree546cac888c56504e06b7754b97bfb406df08141f /src/inc/corcompile.h
parent5df671e6fbdaa8c356c9032b03cdb21e2c0e32be (diff)
downloadcoreclr-dfca8c96878395a388d02a2f313120ab5510298a.tar.gz
coreclr-dfca8c96878395a388d02a2f313120ab5510298a.tar.bz2
coreclr-dfca8c96878395a388d02a2f313120ab5510298a.zip
Arm64:Fxing up VM helper Table in mscorlib NI
Diffstat (limited to 'src/inc/corcompile.h')
-rw-r--r--src/inc/corcompile.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/inc/corcompile.h b/src/inc/corcompile.h
index 02fd018506..a375f0c284 100644
--- a/src/inc/corcompile.h
+++ b/src/inc/corcompile.h
@@ -932,10 +932,13 @@ struct CORCOMPILE_DEPENDENCY
/*********************************************************************************/
// Flags used to encode HelperTable
-
+#if defined(_TARGET_ARM64_)
+#define HELPER_TABLE_ENTRY_LEN 16
+#else
#define HELPER_TABLE_ENTRY_LEN 8
-#define HELPER_TABLE_ALIGN 8
+#endif //defined(_TARGET_ARM64_)
+#define HELPER_TABLE_ALIGN 8
#define CORCOMPILE_HELPER_PTR 0x80000000 // The entry is pointer to the helper (jump thunk otherwise)
// The layout of this struct is required to be