提交 f92eec2b 编写于 作者: T Tomas

Revert assertion check for IsInternalCall

上级 21442b1b
......@@ -179,7 +179,7 @@ private CorInfoIntrinsics getIntrinsicID(MethodDesc method, byte* pMustExpand)
if (pMustExpand != null)
*pMustExpand = 0;
Debug.Assert(method.IsIntrinsic || method.IsInternalCall);
Debug.Assert(method.IsIntrinsic);
IntrinsicKey key = new IntrinsicKey();
key.MethodName = method.Name;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册