summaryrefslogtreecommitdiff
path: root/thread_macho64
diff options
context:
space:
mode:
authorJohn van Groningen2012-04-20 12:12:02 +0000
committerJohn van Groningen2012-04-20 12:12:02 +0000
commit0ce2027f2fd97ceb101a5afe2bdcf4e731fdede5 (patch)
tree8b7abd04a26e2a9db150cd804a42d10f6e96d117 /thread_macho64
parentadd make script for 64 bit thread safe linux (diff)
fix memory allocation of arrays of unboxed records of size 4 for 64 bit versions
Diffstat (limited to 'thread_macho64')
-rw-r--r--thread_macho64/astartup.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_macho64/astartup.s b/thread_macho64/astartup.s
index ec44dcc..c167a07 100644
--- a/thread_macho64/astartup.s
+++ b/thread_macho64/astartup.s
@@ -4761,7 +4761,7 @@ st_fillr3_array:
ret
create_R_array_4:
- lea rbp,3[rax+4]
+ lea rbp,3[rax*4]
sub r15,rbp
jge no_collect_4584
att_call collect_0