On 8/18/20 8:50 AM, Taylor Simpson wrote: > +#ifndef HEXAGON_ARCH_TYPES_H > +#define HEXAGON_ARCH_TYPES_H > + > +#include <stdint.h>
Do you really need to re-include this? This was done in "qemu/osdep.h". In general, osdep.h must be included first, and it takes care of all of the basic system includes. r~