target-m68k: free TCG variables that are not
commit2b5e2170678af36df48ab4b05dff81fe40b41a65
authorLaurent Vivier <laurent@vivier.eu>
Sun, 10 Jan 2016 13:53:33 +0000 (10 14:53 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 27 Dec 2016 17:28:40 +0000 (27 18:28 +0100)
tree228389a51e73450973f0db2e3b40815f0f13446a
parent0194cf31cfc84516d10eca354146673150e10410
target-m68k: free TCG variables that are not

This is a cleanup patch. It adds call to tcg_temp_free()
when it is missing.

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <rth@twiddle.net>
target/m68k/translate.c