|
From: <sv...@va...> - 2005-09-09 09:50:37
|
Author: sewardj
Date: 2005-09-09 10:50:34 +0100 (Fri, 09 Sep 2005)
New Revision: 1377
Log:
rm unused vars in dis_int_ldst_str
Modified:
trunk/priv/guest-ppc32/toIR.c
Modified: trunk/priv/guest-ppc32/toIR.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/priv/guest-ppc32/toIR.c 2005-09-09 09:35:29 UTC (rev 1376)
+++ trunk/priv/guest-ppc32/toIR.c 2005-09-09 09:50:34 UTC (rev 1377)
@@ -2626,17 +2626,8 @@
UInt opc2 =3D (theInstr >> 1) & 0x3FF; /* theInstr[1:10=
] */
UChar b0 =3D toUChar((theInstr >> 0) & 1); /* theInstr[0] =
*/
=20
- UInt reg_idx, bit_idx, n_byte;
- UInt EA_offset =3D 0;
- UInt n_regs, reg_first, reg_last;
- =20
- IRTemp Ra =3D newTemp(Ity_I32);
-// IRTemp Rb =3D newTemp(Ity_I32);
- IRTemp EA =3D newTemp(Ity_I32);
- IRTemp t_EA =3D newTemp(Ity_I32);
+ IRTemp t_EA =3D newTemp(Ity_I32);
IRTemp t_nbytes =3D IRTemp_INVALID;
- IRExpr* irx_byte;
- IRExpr* irx_shl;
=20
*stopHere =3D False;
=20
|