On 01/18/2014 05:59 AM, Peter Maydell wrote: > On 18 January 2014 13:47, Martin Husemann <mar...@duskware.de> wrote: >> Do not rely on int8_t (and friends) not being preprocessor >> symbols (or symbols expanding to themselves). On NetBSD (for example) the >> glue(u, SDATA_TYPE) results in u__int8_t, which is undefined. There is no >> way >> to stop cpp expanding inner macros, so just add the few lines explicitly and >> get rid of the magic. >> >> Signed-off-by: Martin Husemann <mar...@netbsd.org> > > Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> > > This was introduced in commit c8f94df593. > Richard, do you want to take this fix via the tcg tree, or should it > go via trivial?
Trivial is fine. Saves me the effort. ;-) r~