Re: [Qemu-devel] [PATCH] target-arm: Fix TCG temporary leaks for scalar VMULL

2011-03-22 Thread Aurelien Jarno
On Fri, Mar 11, 2011 at 01:32:34PM +, Peter Maydell wrote: > Fix a TCG temporary leak when translating 32-bit scalar VMULL. > > Signed-off-by: Peter Maydell > --- > This was found by the TCG leak-checking support that was committed a > little while back. Score one for debug code :-) > > tar

[Qemu-devel] [PATCH] target-arm: Fix TCG temporary leaks for scalar VMULL

2011-03-11 Thread Peter Maydell
Fix a TCG temporary leak when translating 32-bit scalar VMULL. Signed-off-by: Peter Maydell --- This was found by the TCG leak-checking support that was committed a little while back. Score one for debug code :-) target-arm/translate.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)