On 11/16/2016 04:57 PM, Alex Bennée wrote:
> +#define assert_tb_locked() do { \ > + tcg_debug_assert(have_tb_lock); \ > + } while (0) > + > +#define assert_tb_unlocked() do { \ > + tcg_debug_assert(!have_tb_lock); \ > + } while (0) > +I'm not sure we need all this multi-line stuff for a simple substitution? Richard?
I wouldn't think so, no. r~