qemu-e2k/disas
Peter Maydell af18078d80 disas/i386.c: Add explicit braces round empty for-loop body
Add explicit braces round an empty for-loop body; this fits
QEMU style and is easier to read than an inconspicuous semicolon
at the end of the line. It also silences a clang warning:

disas/i386.c:4723:49: warning: for loop has empty body [-Wempty-body]
          for (i = 0; tmp[i] == '0' && tmp[i + 1]; i++);
                                                       ^
disas/i386.c:4723:49: note: put the semicolon on a separate line to silence this warning [-Wempty-body]

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2013-02-23 09:50:03 +00:00
..
Makefile.objs build: remove universal-obj-y 2013-01-26 13:15:35 +00:00
alpha.c
arm.c
cris.c
hppa.c
i386.c disas/i386.c: Add explicit braces round empty for-loop body 2013-02-23 09:50:03 +00:00
ia64.c
lm32.c
m68k.c
microblaze.c
mips.c
ppc.c
s390.c target-s390: Fix disassembly of cpsdr 2013-01-05 12:00:00 -08:00
sh4.c
sparc.c
tci.c