diff options
author | John van Groningen | 2008-12-22 10:51:47 +0000 |
---|---|---|
committer | John van Groningen | 2008-12-22 10:51:47 +0000 |
commit | 2cc834e77b7497f0c977cdaa8e68a0d91c205ae0 (patch) | |
tree | 51db8885c30a67d42238d722d983b56dcd7560a1 /icopy.s | |
parent | add truncate and ceiling functions (diff) |
fix zero arity descriptor offset of _Nil in finalizer list
Diffstat (limited to 'icopy.s')
-rw-r--r-- | icopy.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1406,7 +1406,7 @@ determine_free_finalizers_after_copy: jmp determine_free_finalizers_after_copy finalizer_not_used_after_copy: - cmpl $__Nil-8,a2 + cmpl $__Nil-4,a2 je end_finalizers_after_copy movl a2,(a1) |