qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 07/32] Replace TARGET_WORDS_BIGENDIAN


From: Richard Henderson
Subject: Re: [PATCH 07/32] Replace TARGET_WORDS_BIGENDIAN
Date: Wed, 23 Mar 2022 10:12:56 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 3/23/22 08:57, marcandre.lureau@redhat.com wrote:
From: Marc-André Lureau<marcandre.lureau@redhat.com>

Convert the TARGET_WORDS_BIGENDIAN macro, similarly to what was done
with HOST_BIG_ENDIAN. The new TARGET_BIG_ENDIAN macro is either 0 or 1,
and thus should always be defined to prevent misuse.

Signed-off-by: Marc-André Lureau<marcandre.lureau@redhat.com>
Suggested-by: Halil Pasic<pasic@linux.ibm.com>
---

Ah, poison in here, so perhaps I had asked for it wrt target not host.
But still HOST_WORDS_BIGENDIAN needs poisoning.

Anyway, for this one,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

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