Commit 7f626233a07ad47ccc1e9247356af0eaafda7ee8
1 parent
1c9b2a52
Remove unused variable
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4908 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
2 deletions
target-sparc/op_helper.c
... | ... | @@ -2152,8 +2152,6 @@ void helper_st_asi(target_ulong addr, target_ulong val, int asi, int size) |
2152 | 2152 | |
2153 | 2153 | void helper_ldda_asi(target_ulong addr, int asi, int rd) |
2154 | 2154 | { |
2155 | - unsigned int i; | |
2156 | - | |
2157 | 2155 | if ((asi < 0x80 && (env->pstate & PS_PRIV) == 0) |
2158 | 2156 | || (asi >= 0x30 && asi < 0x80 && !(env->hpstate & HS_PRIV))) |
2159 | 2157 | raise_exception(TT_PRIV_ACT); | ... | ... |