summaryrefslogtreecommitdiff
path: root/src/inc/switches.h
diff options
context:
space:
mode:
authorBrian Sullivan <briansul@microsoft.com>2016-03-22 16:26:22 -0700
committerBrian Sullivan <briansul@microsoft.com>2016-03-22 16:26:22 -0700
commit8a47eafa69614589eb86bbdf0c2c36aa690c1b15 (patch)
tree3533235738b01b4c47557ca52d0a2eee51ac707c /src/inc/switches.h
parent672176b73de7bea8bf66457152ae0c19f156cb56 (diff)
downloadcoreclr-8a47eafa69614589eb86bbdf0c2c36aa690c1b15.tar.gz
coreclr-8a47eafa69614589eb86bbdf0c2c36aa690c1b15.tar.bz2
coreclr-8a47eafa69614589eb86bbdf0c2c36aa690c1b15.zip
Remove the define of FEATURE_INTERPRETER for ARM64
This will remove some extra conditional code that is only use to support the IL bytecode interpreter and will disable the fallback to the interpreter on ARM64
Diffstat (limited to 'src/inc/switches.h')
-rw-r--r--src/inc/switches.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/inc/switches.h b/src/inc/switches.h
index 266dff0bc9..5d9edf3b7a 100644
--- a/src/inc/switches.h
+++ b/src/inc/switches.h
@@ -267,9 +267,5 @@
#define FEATURE_STACK_SAMPLING
#endif // defined (ALLOW_SXS_JIT)
-#if defined(_TARGET_ARM64_)
-#define FEATURE_INTERPRETER
-#endif // defined(_TARGET_ARM64_)
-
#endif // !defined(CROSSGEN_COMPILE)