summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2003-06-17 11:42:21 +0000
committerJohn van Groningen2003-06-17 11:42:21 +0000
commitf848d11c2ce8ed7324f4e05aca92a133c8516c86 (patch)
treeca3194bb061628c25621b916e0e797b2488c134e
parentrenamed global_stack_pointer to profile_stack_pointer and exported this label, (diff)
@ before write_heap label instead of _
-rw-r--r--istartup.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/istartup.s b/istartup.s
index 83b8e38..4fa0554 100644
--- a/istartup.s
+++ b/istartup.s
@@ -2420,7 +2420,7 @@ gc1:
movl $__ARRAY__+2,60(d0) // ARRAY-descP
pushl d0
- call _write_heap
+ call @write_heap
addl $68,sp