qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 17/20] tcg: Pass data argument to restore_state_


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 17/20] tcg: Pass data argument to restore_state_to_opc
Date: Thu, 17 Sep 2015 12:39:59 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

On 09/08/2015 11:46 AM, Peter Maydell wrote:
> On 2 September 2015 at 06:52, Richard Henderson <address@hidden> wrote:
>> The gen_opc_* arrays are already redundant with the data stored in
>> the insn_start arguments.  Transition restore_state_to_opc to use
>> data from the later.
> 
> Typo: "latter".
> 
>> Signed-off-by: Richard Henderson <address@hidden>
>> diff --git a/tcg/tcg.c b/tcg/tcg.c
>> index a44b834..d956f0b 100644
>> --- a/tcg/tcg.c
>> +++ b/tcg/tcg.c
>> @@ -1007,7 +1007,6 @@ void tcg_dump_ops(TCGContext *s)
>>                  a = args[i];
>>  #endif
>>                  qemu_log(" " TARGET_FMT_lx, a);
>> -
>>              }
>>          } else if (c == INDEX_op_call) {
>>              /* variable number of arguments */
> 
> Stray whitespace change.

Amusingly, this is the whitespace that checkpatch complained about in patch 3.o


r~



reply via email to

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