change JitEE interface signature for getReadyToRunDelegateCtorHelper (dotnet/coreclr...
authordotnet bot <dotnet-bot@dotnetfoundation.org>
Wed, 29 Mar 2017 20:21:41 +0000 (13:21 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Wed, 29 Mar 2017 20:21:41 +0000 (13:21 -0700)
[tfs-changeset: 1652444]

Commit migrated from https://github.com/dotnet/coreclr/commit/2bf9bb7904a714801cef7d4fdc63149b0c7491e8

src/coreclr/src/jit/ICorJitInfo_API_wrapper.hpp

index 2d08b4c..a3ad211 100644 (file)
@@ -614,7 +614,7 @@ bool WrapICorJitInfo::getReadyToRunHelper(
 void WrapICorJitInfo::getReadyToRunDelegateCtorHelper(
     CORINFO_RESOLVED_TOKEN * pTargetMethod,
     CORINFO_CLASS_HANDLE     delegateType,
-    CORINFO_CONST_LOOKUP *   pLookup)
+    CORINFO_LOOKUP *   pLookup)
 {
     API_ENTER(getReadyToRunDelegateCtorHelper);
     wrapHnd->getReadyToRunDelegateCtorHelper(pTargetMethod, delegateType, pLookup);