On 6 January 2015 at 17:19, Programmingkid <programmingk...@gmail.com> wrote:
> After investigating the TARGET_WORDS_BIGENDIAN code, I noticed
> that s->default_endian_fb was being set to true. So I undefined
> the macro and then ran QEMU. The i386 target showed no change
> in colors. The ppc target still had the same incorrect colors.
> Sorry, this doesn't fix the problem.

What macro? You don't want to undefine TARGET_WORDS_BIGENDIAN,
that will wreak all kinds of havoc. Just test with manually
setting default_endian_fb to false.

-- PMM

Reply via email to