summaryrefslogtreecommitdiff
path: root/icopy.s
diff options
context:
space:
mode:
authorJohn van Groningen2008-12-22 10:51:47 +0000
committerJohn van Groningen2008-12-22 10:51:47 +0000
commit2cc834e77b7497f0c977cdaa8e68a0d91c205ae0 (patch)
tree51db8885c30a67d42238d722d983b56dcd7560a1 /icopy.s
parentadd truncate and ceiling functions (diff)
fix zero arity descriptor offset of _Nil in finalizer list
Diffstat (limited to 'icopy.s')
-rw-r--r--icopy.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/icopy.s b/icopy.s
index 3a98a17..223b35a 100644
--- a/icopy.s
+++ b/icopy.s
@@ -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)