commit | 25aeb69b8d3cca341007a2f63d068885b3d4802b | [log] [tgz] |
---|---|---|
author | Juha Riihimäki <juha.riihimaki@nokia.com> | Mon Oct 26 13:02:37 2009 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Mon Oct 26 20:36:47 2009 +0100 |
tree | 747b728aca8aea2276ac8b0e97c660c15938e7b8 | |
parent | f79ca11027776abff307f84d7c4f08708ad586de [diff] |
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>