summaryrefslogtreecommitdiff
path: root/src/vm
diff options
context:
space:
mode:
authorSteve MacLean, Qualcomm Datacenter Technologies, Inc <sdmaclea@qti.qualcomm.com>2017-04-24 19:33:13 +0000
committerSteve MacLean, Qualcomm Datacenter Technologies, Inc <sdmaclea@qti.qualcomm.com>2017-04-24 19:33:41 +0000
commit8eec6feb9f94494f8876ec66269c6b4b2a56e54a (patch)
tree481b700ec6fb36c026efabdfd34fa324a90b86ee /src/vm
parent3f67146dc1f6ac95ba5cec6d9549d12330d3036c (diff)
downloadcoreclr-8eec6feb9f94494f8876ec66269c6b4b2a56e54a.tar.gz
coreclr-8eec6feb9f94494f8876ec66269c6b4b2a56e54a.tar.bz2
coreclr-8eec6feb9f94494f8876ec66269c6b4b2a56e54a.zip
Fix 11181
Diffstat (limited to 'src/vm')
-rw-r--r--src/vm/codeman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/codeman.cpp b/src/vm/codeman.cpp
index db9d786788..a30e70e7fa 100644
--- a/src/vm/codeman.cpp
+++ b/src/vm/codeman.cpp
@@ -5082,7 +5082,7 @@ PCODE ExecutionManager::getNextJumpStub(MethodDesc* pMD, PCODE target,
numJumpStubs = 4;
-#ifdef _TARGET_ARM64_
+#ifdef _TARGET_AMD64_
// Note this these values are not requirements, instead we are
// just confirming the values that are mentioned in the comments.
_ASSERTE(BACK_TO_BACK_JUMP_ALLOCATE_SIZE == 12);