qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Patch] Darwin and qemu-system-ppc


From: Jocelyn Mayer
Subject: Re: [Qemu-devel] [Patch] Darwin and qemu-system-ppc
Date: 12 Jul 2004 15:49:28 +0200

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 <address@hidden>
Never organized





reply via email to

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