On 12 January 2018 at 13:08, Peter Maydell <peter.mayd...@linaro.org> wrote: > Some older versions of gcc complain if a typedef is defined twice: > > target/xtensa/translate.c:81: error: redefinition of typedef 'DisasContext' > target/xtensa/cpu.h:339: note: previous declaration of 'DisasContext' was here > > Remove the now-redundant typedef from the definition of the struct in > translate.c. > > Reported-by: Paolo Bonzini <pbonz...@redhat.com> > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > ---
...applied to master as a buildfix. -- PMM