summaryrefslogtreecommitdiff
path: root/src/vm/dllimportcallback.h
diff options
context:
space:
mode:
authorKonstantin Baladurin <k.baladurin@partner.samsung.com>2018-01-10 18:26:01 +0300
committerJan Kotas <jkotas@microsoft.com>2018-01-12 12:40:37 -0800
commit28839fc0b2dcaf89b7217741291c8c3f578f38a0 (patch)
treebbe2e02062a711975fec9c5a0e12dd8d35d4f344 /src/vm/dllimportcallback.h
parentf2ef496c87c7ba66f54390d9b5cc08f863183b2f (diff)
downloadcoreclr-28839fc0b2dcaf89b7217741291c8c3f578f38a0.tar.gz
coreclr-28839fc0b2dcaf89b7217741291c8c3f578f38a0.tar.bz2
coreclr-28839fc0b2dcaf89b7217741291c8c3f578f38a0.zip
Improve UMEntryThunkCode::Poison method.
Improve UMEntryThunkCode::Poison to produce diagnostic message when collected delegate was called.
Diffstat (limited to 'src/vm/dllimportcallback.h')
-rw-r--r--src/vm/dllimportcallback.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vm/dllimportcallback.h b/src/vm/dllimportcallback.h
index e79c5f03ef..5838e49566 100644
--- a/src/vm/dllimportcallback.h
+++ b/src/vm/dllimportcallback.h
@@ -511,6 +511,8 @@ public:
}
#endif
+ static VOID __fastcall ReportViolation(UMEntryThunk* p);
+
private:
// The start of the managed code.
// if m_pObjectHandle is non-NULL, this field is still set to help with diagnostic of call on collected delegate crashes