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-amd64.c')
-rw-r--r--mono/mini/exceptions-amd64.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mono/mini/exceptions-amd64.c b/mono/mini/exceptions-amd64.c
index 82f25f81d03..9c23789491f 100644
--- a/mono/mini/exceptions-amd64.c
+++ b/mono/mini/exceptions-amd64.c
@@ -1906,7 +1906,7 @@ void mono_arch_code_chunk_destroy (void *chunk)
}
#endif /* MONO_ARCH_HAVE_UNWIND_TABLE */
-#if MONO_SUPPORT_TASKLETS && !defined(DISABLE_JIT) && !defined(ENABLE_NETCORE)
+#if MONO_SUPPORT_TASKLETS && !defined(DISABLE_JIT)
MonoContinuationRestore
mono_tasklets_arch_restore (void)
{
@@ -1957,7 +1957,7 @@ mono_tasklets_arch_restore (void)
saved = start;
return (MonoContinuationRestore)saved;
}
-#endif /* MONO_SUPPORT_TASKLETS && !defined(DISABLE_JIT) && !defined(ENABLE_NETCORE) */
+#endif /* MONO_SUPPORT_TASKLETS && !defined(DISABLE_JIT) */
/*
* mono_arch_setup_resume_sighandler_ctx:
@@ -1976,14 +1976,14 @@ mono_arch_setup_resume_sighandler_ctx (MonoContext *ctx, gpointer func)
MONO_CONTEXT_SET_IP (ctx, func);
}
-#if (!MONO_SUPPORT_TASKLETS || defined(DISABLE_JIT)) && !defined(ENABLE_NETCORE)
+#if (!MONO_SUPPORT_TASKLETS || defined(DISABLE_JIT))
MonoContinuationRestore
mono_tasklets_arch_restore (void)
{
g_assert_not_reached ();
return NULL;
}
-#endif /* (!MONO_SUPPORT_TASKLETS || defined(DISABLE_JIT)) && !defined(ENABLE_NETCORE) */
+#endif /* (!MONO_SUPPORT_TASKLETS || defined(DISABLE_JIT)) */
void
mono_arch_undo_ip_adjustment (MonoContext *ctx)