qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 02/15] target-ppc: Move PPC_DUMP_CPU to trans


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH v2 02/15] target-ppc: Move PPC_DUMP_CPU to translate.c
Date: Mon, 25 Feb 2013 14:02:45 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3

Am 25.02.2013 13:49, schrieb Alexander Graf:
> 
> On 21.02.2013, at 05:24, Andreas Färber wrote:
> 
>> There's an opcode handler field dependent on PPC_DUMP_CPU without which
>> the build fails.
>>
>> Signed-off-by: Andreas Färber <address@hidden>
>> ---
>> target-ppc/translate.c      |    1 +
>> target-ppc/translate_init.c |    1 -
>> 2 Dateien geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)
>>
>> diff --git a/target-ppc/translate.c b/target-ppc/translate.c
>> index 2ac5794..2e74e45 100644
>> --- a/target-ppc/translate.c
>> +++ b/target-ppc/translate.c
>> @@ -33,6 +33,7 @@
>>
>> /* Include definitions for instructions classes and implementations flags */
>> //#define PPC_DEBUG_DISAS
>> +#undef PPC_DUMP_CPU
> 
> #undef?

// is not permitted. :)
Alternative would be /* #define ... */

Just edit the line to your liking. :)

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

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