]> git.proxmox.com Git - mirror_qemu.git/commit - cpus.c
target-xxx: Use fprintf_function (format checking)
authorStefan Weil <weil@mail.berlios.de>
Fri, 22 Oct 2010 21:03:33 +0000 (23:03 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 30 Oct 2010 08:01:59 +0000 (08:01 +0000)
commit9a78eead0c74333a394c0f7bbfc4423ac746fcd5
treebd22dfd10bbea7a77ccf166cf2549d0e0d0806d4
parent055403b2a72729497fb58e0c6293547e767679d3
target-xxx: Use fprintf_function (format checking)

fprintf_function uses format checking with GCC_FMT_ATTR.

Format errors were fixed in
* target-i386/helper.c
* target-mips/translate.c
* target-ppc/translate.c

Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
26 files changed:
cpu-all.h
cpus.c
cpus.h
target-alpha/helper.c
target-arm/cpu.h
target-arm/helper.c
target-arm/translate.c
target-cris/cpu.h
target-cris/translate.c
target-i386/cpu.h
target-i386/cpuid.c
target-i386/helper.c
target-m68k/cpu.h
target-m68k/helper.c
target-m68k/translate.c
target-microblaze/translate.c
target-mips/cpu.h
target-mips/translate.c
target-mips/translate_init.c
target-ppc/cpu.h
target-ppc/translate.c
target-ppc/translate_init.c
target-s390x/translate.c
target-sh4/cpu.h
target-sh4/translate.c
target-sparc/helper.c