From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEIXf-00016l-U4 for qemu-devel@nongnu.org; Thu, 03 May 2018 14:01:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEIXc-0007Eb-2U for qemu-devel@nongnu.org; Thu, 03 May 2018 14:01:20 -0400 Received: from mail-pg0-x242.google.com ([2607:f8b0:400e:c05::242]:42121) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fEIXb-0007DF-TJ for qemu-devel@nongnu.org; Thu, 03 May 2018 14:01:16 -0400 Received: by mail-pg0-x242.google.com with SMTP id p9-v6so10757195pgc.9 for ; Thu, 03 May 2018 11:01:15 -0700 (PDT) References: <20180503091922.28733-1-edgar.iglesias@gmail.com> <20180503091922.28733-4-edgar.iglesias@gmail.com> From: Richard Henderson Message-ID: <064333ca-b5db-046c-c0b2-0171b9969b1f@linaro.org> Date: Thu, 3 May 2018 11:01:12 -0700 MIME-Version: 1.0 In-Reply-To: <20180503091922.28733-4-edgar.iglesias@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 03/29] target-microblaze: compute_ldst_addr: Use bool instead of int List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Edgar E. Iglesias" , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, sai.pavan.boddu@xilinx.com, alistair@alistair23.me, frasse.iglesias@gmail.com, edgar.iglesias@xilinx.com On 05/03/2018 02:18 AM, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Use bool instead of int to represent flags. > No functional change. > > Signed-off-by: Edgar E. Iglesias > --- > target/microblaze/translate.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Richard Henderson r~