summaryrefslogtreecommitdiff
path: root/src/vm/dbginterface.h
diff options
context:
space:
mode:
authorDavid Mason <davmason@microsoft.com>2017-10-23 20:19:04 -0700
committerGitHub <noreply@github.com>2017-10-23 20:19:04 -0700
commit5d66791a3a1932d2afcd3ef58dd0df91323662cb (patch)
treea602272273f0758b8bb8d59fd0f57350643fc264 /src/vm/dbginterface.h
parentf8d6405c8e0680a1184dc07123aeb4abe62e9e87 (diff)
downloadcoreclr-5d66791a3a1932d2afcd3ef58dd0df91323662cb.tar.gz
coreclr-5d66791a3a1932d2afcd3ef58dd0df91323662cb.tar.bz2
coreclr-5d66791a3a1932d2afcd3ef58dd0df91323662cb.zip
profiler changes for tiered compilation (#14612)
Add new apis for profiler to use with tiered jitting.
Diffstat (limited to 'src/vm/dbginterface.h')
-rw-r--r--src/vm/dbginterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/dbginterface.h b/src/vm/dbginterface.h
index 6378b7022d..9d2c4c9bdf 100644
--- a/src/vm/dbginterface.h
+++ b/src/vm/dbginterface.h
@@ -279,7 +279,7 @@ public:
DWORD nativeOffset,
DWORD *ilOffset) = 0;
- virtual HRESULT GetILToNativeMapping(MethodDesc *pMD,
+ virtual HRESULT GetILToNativeMapping(UINT_PTR pNativeCodeStartAddress,
ULONG32 cMap,
ULONG32 *pcMap,
COR_DEBUG_IL_TO_NATIVE_MAP map[]) = 0;