qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jocelyn Mayer <l_indien@magic.fr>
To: qemu mailing list <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [Patch] Darwin and qemu-system-ppc
Date: 12 Jul 2004 15:49:28 +0200	[thread overview]
Message-ID: <1089640166.29394.123.camel@jma1.dev.netgem.com> (raw)
In-Reply-To: <8514DCCF-D3FD-11D8-AEAA-000A2796D230@free.fr>

On Mon, 2004-07-12 at 14:18, Pierre d'Herbemont wrote:
> Hi!
> 
> Here is a fix for Mac OS X/Darwin. You must define OPCODES_SECTION if 
> you don't want to get the errorat launch time:
> *** ERROR: opcode ff already assigned in main opcode table
> *** ERROR initializing PPC instruction 0xff 0xff 0xff

IMHO, this is an error to define it has nothing, as emulation won't run
in that case.
So it would be better to replace:

#else
#define OPCODES_SECTION
#endif

with:

#else
#error "OPCODE_SECTION isn't defined for this host OS"
#endif

-- 
Jocelyn Mayer <l_indien@magic.fr>
Never organized

      reply	other threads:[~2004-07-12 13:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-12 12:18 [Qemu-devel] [Patch] Darwin and qemu-system-ppc Pierre d'Herbemont
2004-07-12 13:49 ` Jocelyn Mayer [this message]

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=1089640166.29394.123.camel@jma1.dev.netgem.com \
    --to=l_indien@magic.fr \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).