]> git.proxmox.com Git - qemu.git/commit - target-arm/translate.c
target-arm: cleanup internal resource leaks
authorJuha Riihimäki <juha.riihimaki@nokia.com>
Thu, 22 Oct 2009 12:17:36 +0000 (15:17 +0300)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 23 Oct 2009 15:11:43 +0000 (17:11 +0200)
commitb75263d6533c2ffa60bee16525d9908249e79541
tree7a0177f0927cfbef34b0dfbe17515c57d4a2e9d2
parent31501a714b7a99fd7b937a45558ed02aa1b57d58
target-arm: cleanup internal resource leaks

Revised patch for getting rid of tcg temporary variable leaks in
target-arm/translate.c. This version also includes the leak patch for
gen_set_cpsr macro, now converted as a static inline function, which I
sent earlier as a separate patch on top of this patch.

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