target-s390x: Fix duplicate call of tcg_temp_new_i64
authorStefan Weil <weil@mail.berlios.de>
Fri, 27 May 2011 17:03:26 +0000 (19:03 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 3 Jun 2011 11:34:01 +0000 (13:34 +0200)
commit22cad5c9dd8d21e3f89f9c089c5735f462abb36a
tree5adacec6d034d2a04189fe0bd99900e86c2f9701
parente3d5ff87dae009a8893cd99d32304a80921a6710
target-s390x: Fix duplicate call of tcg_temp_new_i64

tmp2 = tcg_temp_new_i64() is already executed unconditionally,
so there is no need to call it a second time for 64 bit hosts.

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