From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51362 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pgm2P-0005FS-2V for qemu-devel@nongnu.org; Sat, 22 Jan 2011 17:34:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pgm2K-0004lI-4b for qemu-devel@nongnu.org; Sat, 22 Jan 2011 17:34:28 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:57579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pgm2J-0004lA-QB for qemu-devel@nongnu.org; Sat, 22 Jan 2011 17:34:24 -0500 Received: by iye19 with SMTP id 19so2904848iye.4 for ; Sat, 22 Jan 2011 14:34:23 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 22 Jan 2011 23:34:22 +0100 Message-ID: From: "Edgar E. Iglesias" Content-Type: multipart/alternative; boundary=90e6ba181c28eb6a34049a76f71f Subject: [Qemu-devel] Re: microblaze: unused variable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel --90e6ba181c28eb6a34049a76f71f Content-Type: text/plain; charset=ISO-8859-1 Thanks ble, The addk. Helper is now there only there to compute carry. I Feel free to remove the unused statement and unusrd vars. Otherwise ill do when im back again. Cheers On Jan 22, 2011 3:43 PM, "Blue Swirl" wrote: > > helper_addkc() in op_helper.c looks buggy, GCC 4.6.0 complains: > CC microblaze-softmmu/op_helper.o > /src/qemu/target-microblaze/op_helper.c: In function 'helper_addkc': > /src/qemu/target-microblaze/op_helper.c:133:14: error: variable 'd' > set but not used [-Werror=unused-but-set-variable] --90e6ba181c28eb6a34049a76f71f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

Thanks ble,
The addk. Helper is now there only there to compute carry. I
Feel free to remove the unused statement and unusrd vars. Otherwise ill do = when im back again. Cheers

On Jan 22, 2011 3:43 PM, "Blue Swirl" <blauwirbel@gmail.com> wrote:
>
> helper_addkc() in op_helper.c looks buggy, GCC 4.6.0 complains:
> =A0CC =A0 =A0microblaze-softmmu/op_helper.o
> /src/qemu/target-microblaze/op_helper.c: In function 'helper_addkc= ':
> /src/qemu/target-microblaze/op_helper.c:133:14: error: variable 'd= '
> set but not used [-Werror=3Dunused-but-set-variable]

--90e6ba181c28eb6a34049a76f71f--