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:
Diffstat (limited to 'mono/mini/exceptions-x86.c')
-rw-r--r--mono/mini/exceptions-x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mono/mini/exceptions-x86.c b/mono/mini/exceptions-x86.c
index d2b3201c343..d8f6f769a1c 100644
--- a/mono/mini/exceptions-x86.c
+++ b/mono/mini/exceptions-x86.c
@@ -1175,7 +1175,7 @@ mono_arch_handle_altstack_exception (void *sigctx, MONO_SIG_HANDLER_INFO_TYPE *s
#endif
}
-#if MONO_SUPPORT_TASKLETS && !defined(ENABLE_NETCORE)
+#if MONO_SUPPORT_TASKLETS
MonoContinuationRestore
mono_tasklets_arch_restore (void)
{