From f848d11c2ce8ed7324f4e05aca92a133c8516c86 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Tue, 17 Jun 2003 11:42:21 +0000 Subject: @ before write_heap label instead of _ --- istartup.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3