diff options
author | John van Groningen | 2007-05-09 14:32:30 +0000 |
---|---|---|
committer | John van Groningen | 2007-05-09 14:32:30 +0000 |
commit | 9465283e43e22df1ecb3c388c4788b23a83ce2e2 (patch) | |
tree | c31abb77c1a0c218e88cea6973a07d4b268bd459 /icopy.s | |
parent | add arrays of 32 bit integers and reals (diff) |
fix copying unboxed arrays of bool
Diffstat (limited to 'icopy.s')
-rw-r--r-- | icopy.s | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |