Fix 11181
authorSteve MacLean, Qualcomm Datacenter Technologies, Inc <sdmaclea@qti.qualcomm.com>
Mon, 24 Apr 2017 19:33:13 +0000 (19:33 +0000)
committerSteve MacLean, Qualcomm Datacenter Technologies, Inc <sdmaclea@qti.qualcomm.com>
Mon, 24 Apr 2017 19:33:41 +0000 (19:33 +0000)
src/vm/codeman.cpp

index db9d786..a30e70e 100644 (file)
@@ -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);