summaryrefslogtreecommitdiff
path: root/coroutine/win64
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/win64')
-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 16a8f583ab..1c78dd5b14 100644
--- a/coroutine/win64/Context.h
+++ b/coroutine/win64/Context.h
@@ -16,7 +16,7 @@ extern "C" {
#define COROUTINE __declspec(noreturn) void
-const size_t COROUTINE_REGISTERS = 8;
+enum {COROUTINE_REGISTERS = 8};
const size_t COROUTINE_XMM_REGISTERS = 1+10*2;
typedef struct