summaryrefslogtreecommitdiff
path: root/src/vm/eetoprofinterfaceimpl.inl
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/eetoprofinterfaceimpl.inl')
-rw-r--r--src/vm/eetoprofinterfaceimpl.inl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vm/eetoprofinterfaceimpl.inl b/src/vm/eetoprofinterfaceimpl.inl
index 8a11118ed1..feb81ed8c0 100644
--- a/src/vm/eetoprofinterfaceimpl.inl
+++ b/src/vm/eetoprofinterfaceimpl.inl
@@ -65,6 +65,12 @@ inline BOOL EEToProfInterfaceImpl::IsCallback7Supported()
return (m_pCallback7 != NULL);
}
+inline BOOL EEToProfInterfaceImpl::IsCallback8Supported()
+{
+ LIMITED_METHOD_CONTRACT;
+ return (m_pCallback8 != NULL);
+}
+
inline FunctionIDMapper * EEToProfInterfaceImpl::GetFunctionIDMapper()
{
LIMITED_METHOD_CONTRACT;