tcg: Fix regression in tcg_gen_deposit_i64.
authorRichard Henderson <rth@twiddle.net>
Tue, 1 Nov 2011 22:06:42 +0000 (15:06 -0700)
committermalc <av1474@comtv.ru>
Tue, 1 Nov 2011 22:12:27 +0000 (02:12 +0400)
commit2f98c9db0b657e198ab106139654bd408f59636c
tree2113700295d6ef8e9cfa3a3840f9414f7ee95439
parent2ff6458116546ced7ce00cc39423ee30b1477e67
tcg: Fix regression in tcg_gen_deposit_i64.

The error being caused by the failure to copy the other half of
the input to the output after having narrowed the deposit operation.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: malc <av1474@comtv.ru>
tcg/tcg-op.h