summaryrefslogtreecommitdiff
path: root/utils/libmach/k.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/libmach/k.c')
-rw-r--r--utils/libmach/k.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/libmach/k.c b/utils/libmach/k.c
index 30ae15a0..9b0a45e7 100644
--- a/utils/libmach/k.c
+++ b/utils/libmach/k.c
@@ -108,7 +108,8 @@ Mach msparc =
0, /* value */
0x1000, /* page size */
0xE0000000, /* kernel base */
- 0, /* kernel text mask */
+ 0xE0000000, /* kernel text mask */
+ 0x7FFFFFFF, /* user stack top */
4, /* quantization of pc */
4, /* szaddr */
4, /* szreg */