From 7f626233a07ad47ccc1e9247356af0eaafda7ee8 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sat, 19 Jul 2008 18:35:29 +0000 Subject: Remove unused variable git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4908 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-sparc/op_helper.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'target-sparc/op_helper.c') diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c index 06bc3ce49..96b732043 100644 --- a/target-sparc/op_helper.c +++ b/target-sparc/op_helper.c @@ -2152,8 +2152,6 @@ void helper_st_asi(target_ulong addr, target_ulong val, int asi, int size) 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); -- cgit v1.2.3