summaryrefslogtreecommitdiff
path: root/coroutine/ppc64/Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/ppc64/Context.h')
-rw-r--r--coroutine/ppc64/Context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/coroutine/ppc64/Context.h b/coroutine/ppc64/Context.h
index 3e6f77f55a..085b475ed5 100644
--- a/coroutine/ppc64/Context.h
+++ b/coroutine/ppc64/Context.h
@@ -12,7 +12,7 @@
enum {
COROUTINE_REGISTERS =
- 20 /* 19 general purpose registers (r13–r31) and 1 return address */
+ 20 /* 19 general purpose registers (r13-r31) and 1 return address */
+ 4 /* space for fiber_entry() to store the link register */
};