Re: [Qemu-devel] [PATCH] target-m68k: free TCG variables that are not

2016-11-16 Thread Richard Henderson
On 11/15/2016 11:16 PM, Laurent Vivier wrote: This is a cleanup patch. It adds call to tcg_temp_free() when it is missing. Signed-off-by: Laurent Vivier --- target-m68k/translate.c | 41 - 1 file changed, 32 insertions(+), 9 deletions(-) Reviewed-by: R

[Qemu-devel] [PATCH] target-m68k: free TCG variables that are not

2016-11-15 Thread Laurent Vivier
This is a cleanup patch. It adds call to tcg_temp_free() when it is missing. Signed-off-by: Laurent Vivier --- target-m68k/translate.c | 41 - 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/target-m68k/translate.c b/target-m68k/translate.c