* [Qemu-devel] [4908] Remove unused variable
@ 2008-07-19 18:35 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-07-19 18:35 UTC (permalink / raw)
To: qemu-devel
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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-19 18:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-19 18:35 [Qemu-devel] [4908] Remove unused variable Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).