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:
authorAndrew Au <andrewau@microsoft.com>2017-07-18 18:06:13 +0300
committerAndrew Au <andrewau@microsoft.com>2017-07-18 18:06:13 +0300
commit75531f5f1cb9cc5182bf1f7965a5d364b16324b8 (patch)
treedcb609a93378267d7c5be2623d6d23c1176a4f08 /src/Native/Runtime/threadstore.cpp
parentc78142b8df1be3aff94a7fb3ee0e9283ba1029ab (diff)
Debugger Support
[tfs-changeset: 1666575]
Diffstat (limited to 'src/Native/Runtime/threadstore.cpp')
-rw-r--r--src/Native/Runtime/threadstore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Native/Runtime/threadstore.cpp b/src/Native/Runtime/threadstore.cpp
index 4e2187959..f37e46369 100644
--- a/src/Native/Runtime/threadstore.cpp
+++ b/src/Native/Runtime/threadstore.cpp
@@ -388,6 +388,7 @@ EXTERN_C DECLSPEC_THREAD ThreadBuffer tls_CurrentThread =
#endif // !DACCESS_COMPILE
+GPTR_IMPL_INIT(PTR_VOID, g_RhpInitiateThreadAbortAddr, (void**)&RhpInitiateThreadAbort);
#ifdef _WIN32