summaryrefslogtreecommitdiffstats
path: root/tcg/ppc
diff options
context:
space:
mode:
authormalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-10 01:47:17 +0000
committermalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-10 01:47:17 +0000
commit0d5bd3631f56bfed85db2896daa3c8ce932c5859 (patch)
tree4301995ed3db34c787de141a3865abfe12d75043 /tcg/ppc
parent2c2435bdd498ab177469bec25a44e915a4d4a63a (diff)
downloadhqemu-0d5bd3631f56bfed85db2896daa3c8ce932c5859.zip
hqemu-0d5bd3631f56bfed85db2896daa3c8ce932c5859.tar.gz
Remove stray variable
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4725 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg/ppc')
-rw-r--r--tcg/ppc/tcg-target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/ppc/tcg-target.c b/tcg/ppc/tcg-target.c
index 0fd8e4b..f27f096 100644
--- a/tcg/ppc/tcg-target.c
+++ b/tcg/ppc/tcg-target.c
@@ -801,7 +801,7 @@ static void tcg_out_qemu_st (TCGContext *s, const TCGArg *args, int opc)
void tcg_target_qemu_prologue (TCGContext *s)
{
- int i, j, frame_size;
+ int i, frame_size;
frame_size = 0
+ 4 /* back chain */
OpenPOWER on IntegriCloud