qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH v3 09/34] Hexagon (target/hexagon) architecture types


From: Richard Henderson
Subject: Re: [RFC PATCH v3 09/34] Hexagon (target/hexagon) architecture types
Date: Wed, 26 Aug 2020 07:19:29 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

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~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]