qemu-patch-raspberry4/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
..
alpha.c build: kill libdis, move disassemblers to disas/ 2012-12-19 08:29:06 +01:00
arm.c build: kill libdis, move disassemblers to disas/ 2012-12-19 08:29:06 +01:00
cris.c build: kill libdis, move disassemblers to disas/ 2012-12-19 08:29:06 +01:00
hppa.c build: kill libdis, move disassemblers to disas/ 2012-12-19 08:29:06 +01:00
i386.c disas/i386.c: Add explicit braces round empty for-loop body 2013-02-23 09:50:03 +00:00
ia64.c build: kill libdis, move disassemblers to disas/ 2012-12-19 08:29:06 +01:00
lm32.c build: kill libdis, move disassemblers to disas/ 2012-12-19 08:29:06 +01:00
m68k.c build: kill libdis, move disassemblers to disas/ 2012-12-19 08:29:06 +01:00
Makefile.objs build: remove universal-obj-y 2013-01-26 13:15:35 +00:00
microblaze.c build: kill libdis, move disassemblers to disas/ 2012-12-19 08:29:06 +01:00
mips.c build: kill libdis, move disassemblers to disas/ 2012-12-19 08:29:06 +01:00
ppc.c build: kill libdis, move disassemblers to disas/ 2012-12-19 08:29:06 +01:00
s390.c target-s390: Fix disassembly of cpsdr 2013-01-05 12:00:00 -08:00
sh4.c build: kill libdis, move disassemblers to disas/ 2012-12-19 08:29:06 +01:00
sparc.c build: kill libdis, move disassemblers to disas/ 2012-12-19 08:29:06 +01:00
tci.c build: kill libdis, move disassemblers to disas/ 2012-12-19 08:29:06 +01:00