All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Compilation on FC3 x86_64; x86_64 target problems
@ 2005-02-12 15:01 Bob Deblier
  0 siblings, 0 replies; only message in thread
From: Bob Deblier @ 2005-02-12 15:01 UTC (permalink / raw)
  To: Qemu-devel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-12 15:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-12 15:01 [Qemu-devel] Compilation on FC3 x86_64; x86_64 target problems Bob Deblier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.