summaryrefslogtreecommitdiff
path: root/coroutine/amd64/Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/amd64/Context.h')
-rw-r--r--coroutine/amd64/Context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/coroutine/amd64/Context.h b/coroutine/amd64/Context.h
index 1801c1e2c5..4ae31d157b 100644
--- a/coroutine/amd64/Context.h
+++ b/coroutine/amd64/Context.h
@@ -16,7 +16,7 @@ extern "C" {
#define COROUTINE __attribute__((noreturn)) void
-const size_t COROUTINE_REGISTERS = 6;
+enum {COROUTINE_REGISTERS = 6};
typedef struct
{