summaryrefslogtreecommitdiff
path: root/ld/writex86.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/writex86.c')
-rw-r--r--ld/writex86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/writex86.c b/ld/writex86.c
index c4cd3f5..eaf4881 100644
--- a/ld/writex86.c
+++ b/ld/writex86.c
@@ -153,10 +153,10 @@ bool_pt argxsym;
curseg = 3;
symres("__edata");
symres("__end");
+ symres("__heap_top");
curseg = 0; /* text seg, s.b. variable */
symres("__etext");
symres("__segoff");
- symres("__heap_top");
/* calculate segment and common sizes (sum over loaded modules) */
/* use zero init of segsz[] */