qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Compilation on FC3 x86_64; x86_64 target problems


From: Bob Deblier
Subject: [Qemu-devel] Compilation on FC3 x86_64; x86_64 target problems
Date: Sat, 12 Feb 2005 16:01:03 +0100

Many errors during compilation complaining about no fields t0, t1, t2 in
structure.

This is likely because of the following #if in file target-i386/cpu.h:

> typedef struct CPUX86State {
> #if TARGET_LONG_BITS > HOST_LONG_BITS
>     /* temporaries if we cannot store them in host registers */
>     target_ulong t0, t1, t2;
> #endif

On an x86_64 host, TARGET_LONG_BITS == HOST_LONG_BITS, hence no definition.
I'm in a little over my head for this one...

Sincerely,

Bob Deblier





reply via email to

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