target-s390x: Fix wrong argument in call of tcg_gen_shl_i64()
commitbe82ee2aca363753888fe777215849a86f4e737c
authorStefan Weil <weil@mail.berlios.de>
Fri, 27 May 2011 17:03:25 +0000 (27 19:03 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 3 Jun 2011 11:34:01 +0000 (3 13:34 +0200)
treec99ae18156ee8f5b8d69a7444a8b09e621653fcf
parentd4a3ef69703e289af7b08122d969e72af799d15f
target-s390x: Fix wrong argument in call of tcg_gen_shl_i64()

tcg_gen_shl_i64 needs a 3rd argument of type TCGv_i64.
Set tmp4 so it can be used here.

v2:
Don't call tcg_const_i64() inside of the loop
because it creates additional code.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/translate.c