On 03/10/2014 09:06 AM, Peter Maydell wrote: > which I am proposing would be better written as > tcg_gen_exit_tb(NULL, 0) > tcg_gen_exit_tb(tb, 0) > tcg_gen_exit_tb(tb, n) > > and letting tcg_gen_exit_tb() do the cast to uintptr_t > and add.
Oh, I see. Yes, that would be fine. r~