]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Don't declare variables in the middle of blocks
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 19 Feb 2014 19:39:21 +0000 (16:39 -0300)
committerAndreas Färber <afaerber@suse.de>
Thu, 13 Mar 2014 18:01:49 +0000 (19:01 +0100)
commit74f54bc4bab8ccc5e0692c3aee479c155a701343
tree2c41a962bb59f86357546e767c97bdff04f54342
parent9576de75734488e9774bdcb0ce4d7a38a8dc7901
target-i386: Don't declare variables in the middle of blocks

Some of my recent changes introduced variable declarations in the middle
of code blocks.

Fix the code so that it compiles without warnings when using
-Wdeclaration-after-statement.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-i386/cpu.c