target/m68k: Drop free_cond
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 05:12:09 +0000 (19:12 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Mar 2023 21:44:07 +0000 (13:44 -0800)
commita2eb126bba5a6a16a595f462c9b149d9ae7dcab1
tree954d0f0047f74b0ea2c12f855112599adede20b3
parent54dc8d2f9193463a2e5081d81477a5479f110999
target/m68k: Drop free_cond

Translators are no longer required to free tcg temporaries.
Remove the g1 and g2 members of DisasCompare, as they were
used to track which temps needed to be freed.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/m68k/translate.c