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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mono/dis/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mono/dis/main.c b/mono/dis/main.c
index d187f28780a..599651b1368 100644
--- a/mono/dis/main.c
+++ b/mono/dis/main.c
@@ -2027,6 +2027,7 @@ main (int argc, char *argv [])
CHECKED_MONO_INIT ();
mono_counters_init ();
+ mono_tls_init_runtime_keys ();
memset (&ticallbacks, 0, sizeof (ticallbacks));
ticallbacks.thread_state_init = thread_state_init;
#ifndef HOST_WIN32