On 23 February 2011 15:19, Peter Maydell <[email protected]> wrote: > +#define tcg_clear_temp_count()
It's been pointed out that this would be better as
#define tcg_clear_temp_count() do {} while (0)
...so I'll do that in v2.
-- PMM
On 23 February 2011 15:19, Peter Maydell <[email protected]> wrote: > +#define tcg_clear_temp_count()
It's been pointed out that this would be better as
#define tcg_clear_temp_count() do {} while (0)
...so I'll do that in v2.
-- PMM