summaryrefslogtreecommitdiff
path: root/coroutine/arm32/Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/arm32/Context.h')
-rw-r--r--coroutine/arm32/Context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/coroutine/arm32/Context.h b/coroutine/arm32/Context.h
index 27f97908bc..d6d3c7f313 100644
--- a/coroutine/arm32/Context.h
+++ b/coroutine/arm32/Context.h
@@ -12,7 +12,7 @@
#define COROUTINE __attribute__((noreturn)) void
-enum {COROUTINE_REGISTERS = 8};
+enum {COROUTINE_REGISTERS = 9};
struct coroutine_context
{