Commit 0d5bd3631f56bfed85db2896daa3c8ce932c5859
1 parent
2c2435bd
Remove stray variable
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4725 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
tcg/ppc/tcg-target.c
@@ -801,7 +801,7 @@ static void tcg_out_qemu_st (TCGContext *s, const TCGArg *args, int opc) | @@ -801,7 +801,7 @@ static void tcg_out_qemu_st (TCGContext *s, const TCGArg *args, int opc) | ||
801 | 801 | ||
802 | void tcg_target_qemu_prologue (TCGContext *s) | 802 | void tcg_target_qemu_prologue (TCGContext *s) |
803 | { | 803 | { |
804 | - int i, j, frame_size; | 804 | + int i, frame_size; |
805 | 805 | ||
806 | frame_size = 0 | 806 | frame_size = 0 |
807 | + 4 /* back chain */ | 807 | + 4 /* back chain */ |