target-arm: fix incorrect temporary variable freeing
commit25aeb69b8d3cca341007a2f63d068885b3d4802b
authorJuha Riihimäki <juha.riihimaki@nokia.com>
Mon, 26 Oct 2009 11:02:37 +0000 (26 13:02 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 26 Oct 2009 19:36:47 +0000 (26 20:36 +0100)
tree747b728aca8aea2276ac8b0e97c660c15938e7b8
parentf79ca11027776abff307f84d7c4f08708ad586de
target-arm: fix incorrect temporary variable freeing

tmp4 and tmp5 temporary variables are allocated using tcg_const_i32
but incorrectly released using dead_tmp which will cause resource
leak tracking to report false leaks.

Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com>
Acked-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/translate.c