Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-06-01 19:49:13 +0300
committerJan Kotas <jkotas@microsoft.com>2017-06-01 19:49:13 +0300
commit19b3567b9517ac153f7c73d336007b2d0e27f267 (patch)
tree12d79f9866b6ebf16a1dab47f08cfa2e1649bfd9 /src/Native/Runtime/gcrhinterface.h
parent6084a6bc5b730431f3e16613992fcecb047b7ea3 (diff)
Fix CoreRT build break
[tfs-changeset: 1660338]
Diffstat (limited to 'src/Native/Runtime/gcrhinterface.h')
-rw-r--r--src/Native/Runtime/gcrhinterface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Native/Runtime/gcrhinterface.h b/src/Native/Runtime/gcrhinterface.h
index 2de4a9047..dfcd00939 100644
--- a/src/Native/Runtime/gcrhinterface.h
+++ b/src/Native/Runtime/gcrhinterface.h
@@ -157,6 +157,9 @@ public:
static EEType * GetLastAllocEEType();
static void SetLastAllocEEType(EEType *pEEType);
+ // Used by debugger hook
+ static void DestroyTypedHandle(void * handle);
+
private:
// The EEType for the last allocation. This value is used inside of the GC allocator
// to emit allocation ETW events with type information. We set this value unconditionally to avoid