On 23 January 2014 20:08, C Fontana <claudio.font...@linaro.org> wrote: >> + if (extended_result) { >> + tcg_temp_free(tcg_src_hi); > > > > should this be tcg_temp_free_i64 ?
Yes, though it doesn't actually make a difference here since we know we're building a 64 bit target QEMU. >> + return; > > > no harm but maybe remove return? Agreed, and again on the second one. thanks -- PMM