All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bob Deblier <bob.deblier@telenet.be>
To: Qemu-devel@nongnu.org
Subject: [Qemu-devel] Compilation on FC3 x86_64; x86_64 target problems
Date: Sat, 12 Feb 2005 16:01:03 +0100	[thread overview]
Message-ID: <1108220463.5532.24.camel@orion> (raw)

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	other threads:[~2005-02-12 15:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1108220463.5532.24.camel@orion \
    --to=bob.deblier@telenet.be \
    --cc=Qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.