aboutsummaryrefslogtreecommitdiffstats
path: root/coroutine/win64/Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/win64/Context.h')
-rw-r--r--coroutine/win64/Context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/coroutine/win64/Context.h b/coroutine/win64/Context.h
index 53b185a9ef..94fcf53429 100644
--- a/coroutine/win64/Context.h
+++ b/coroutine/win64/Context.h
@@ -14,7 +14,7 @@
extern "C" {
#endif
-#define COROUTINE void
+#define COROUTINE __declspec(noreturn) void
const size_t COROUTINE_REGISTERS = 8;