From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yrq9Z-0000kY-6d for qemu-devel@nongnu.org; Mon, 11 May 2015 12:02:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yrq9V-000707-FY for qemu-devel@nongnu.org; Mon, 11 May 2015 12:02:01 -0400 Received: from mail-qc0-x22e.google.com ([2607:f8b0:400d:c01::22e]:35880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yrq9V-0006zu-7y for qemu-devel@nongnu.org; Mon, 11 May 2015 12:01:57 -0400 Received: by qcbgy10 with SMTP id gy10so71200301qcb.3 for ; Mon, 11 May 2015 09:01:56 -0700 (PDT) Sender: Richard Henderson Message-ID: <5550D270.4020202@twiddle.net> Date: Mon, 11 May 2015 09:01:52 -0700 From: Richard Henderson MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 05/10 v10] target-tilegx/opcode_tilegx.h: Modify it to fit qemu using List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chen Gang , Peter Maydell , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Chris Metcalf Cc: "walt@tilera.com" , Riku Voipio , qemu-devel On 05/10/2015 03:42 PM, Chen Gang wrote: > -static __inline unsigned int > +static inline uint8_t > get_BFEnd_X0(tilegx_bundle_bits num) Do not change these casts to uint8_t. It's unnecessary churn. r~