qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 03/33] tcg-aarch64: Don't handle mov/movi in


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v4 03/33] tcg-aarch64: Don't handle mov/movi in tcg_out_op
Date: Mon, 16 Sep 2013 08:07:51 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8

On 09/16/2013 12:45 AM, Claudio Fontana wrote:
>> >      default:
>> > -        tcg_abort(); /* opcode not implemented */
>> > +        /* Opcode not implemented.  */
>> > +        tcg_abort();
>> >      }
>> >  }
> This change above seems unnecessary.

Perhaps qemu doesn't have the same "comments are sentences" rule that gcc does,
but I still aim to follow it.


r~



reply via email to

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