summaryrefslogtreecommitdiff
path: root/coroutine/ppc/Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/ppc/Context.h')
-rw-r--r--coroutine/ppc/Context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/coroutine/ppc/Context.h b/coroutine/ppc/Context.h
index 1fce112579..8035d08556 100644
--- a/coroutine/ppc/Context.h
+++ b/coroutine/ppc/Context.h
@@ -13,7 +13,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 */
};