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