diff options
author | John van Groningen | 2003-06-17 11:42:21 +0000 |
---|---|---|
committer | John van Groningen | 2003-06-17 11:42:21 +0000 |
commit | f848d11c2ce8ed7324f4e05aca92a133c8516c86 (patch) | |
tree | ca3194bb061628c25621b916e0e797b2488c134e | |
parent | renamed global_stack_pointer to profile_stack_pointer and exported this label, (diff) |
@ before write_heap label instead of _
-rw-r--r-- | istartup.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2420,7 +2420,7 @@ gc1: movl $__ARRAY__+2,60(d0) // ARRAY-descP pushl d0 - call _write_heap + call @write_heap addl $68,sp |