From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKHHK-0002Bi-OC for qemu-devel@nongnu.org; Sat, 19 Jul 2008 14:35:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKHHJ-00029q-Ax for qemu-devel@nongnu.org; Sat, 19 Jul 2008 14:35:33 -0400 Received: from [199.232.76.173] (port=40062 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKHHH-00029G-Qy for qemu-devel@nongnu.org; Sat, 19 Jul 2008 14:35:31 -0400 Received: from savannah.gnu.org ([199.232.41.3]:39452 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KKHHH-000370-8Q for qemu-devel@nongnu.org; Sat, 19 Jul 2008 14:35:31 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KKHHG-0007Cn-1l for qemu-devel@nongnu.org; Sat, 19 Jul 2008 18:35:30 +0000 Received: from blueswir1 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KKHHF-0007Cj-PP for qemu-devel@nongnu.org; Sat, 19 Jul 2008 18:35:29 +0000 MIME-Version: 1.0 Errors-To: blueswir1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Blue Swirl Message-Id: Date: Sat, 19 Jul 2008 18:35:29 +0000 Subject: [Qemu-devel] [4908] Remove unused variable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 4908 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4908 Author: blueswir1 Date: 2008-07-19 18:35:29 +0000 (Sat, 19 Jul 2008) Log Message: ----------- Remove unused variable Modified Paths: -------------- trunk/target-sparc/op_helper.c Modified: trunk/target-sparc/op_helper.c =================================================================== --- trunk/target-sparc/op_helper.c 2008-07-19 16:57:30 UTC (rev 4907) +++ trunk/target-sparc/op_helper.c 2008-07-19 18:35:29 UTC (rev 4908) @@ -2152,8 +2152,6 @@ void helper_ldda_asi(target_ulong addr, int asi, int rd) { - unsigned int i; - if ((asi < 0x80 && (env->pstate & PS_PRIV) == 0) || (asi >= 0x30 && asi < 0x80 && !(env->hpstate & HS_PRIV))) raise_exception(TT_PRIV_ACT);