Remove stray variable

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4725 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
malc 2008-06-10 01:47:17 +00:00
parent 2c2435bdd4
commit 0d5bd3631f
1 changed files with 1 additions and 1 deletions

View File

@ -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 */