summaryrefslogtreecommitdiff
path: root/icopy.s
diff options
context:
space:
mode:
authorJohn van Groningen2007-05-09 14:32:30 +0000
committerJohn van Groningen2007-05-09 14:32:30 +0000
commit9465283e43e22df1ecb3c388c4788b23a83ce2e2 (patch)
treec31abb77c1a0c218e88cea6973a07d4b268bd459 /icopy.s
parentadd arrays of 32 bit integers and reals (diff)
fix copying unboxed arrays of bool
Diffstat (limited to 'icopy.s')
-rw-r--r--icopy.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/icopy.s b/icopy.s
index 25d0d31..3a98a17 100644
--- a/icopy.s
+++ b/icopy.s
@@ -1382,8 +1382,8 @@ copy_int_array_2:
jmp cp_s_arg_lp2
copy_bool_array_2:
- lea 3(d1),d0
- shr $2,d0
+ add $3,d1
+ shr $2,d1
jmp copy_int_array_2
end_copy1: