mirror of https://gitee.com/openkylin/qemu.git
Remove stray variable
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4725 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
2c2435bdd4
commit
0d5bd3631f
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue