On 3/9/19 4:34 PM, Philippe Mathieu-Daudé wrote: > The function gen_get_ccr() returns a tcg_temp created with > tcg_temp_new(). Free it with tcg_temp_free(). > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > Laurent/Richard, feel free to squash this with the next patch, but > IMHO having it split as a previous step makes the next patch easier > to review. > --- > target/m68k/translate.c | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~