From 9465283e43e22df1ecb3c388c4788b23a83ce2e2 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Wed, 9 May 2007 14:32:30 +0000 Subject: fix copying unboxed arrays of bool --- icopy.s | 4 ++-- 1 file 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: -- cgit v1.2.3