]> git.proxmox.com Git - qemu.git/commit
sh4: Fix compiler warning (fprintf format string)
authorStefan Weil <weil@mail.berlios.de>
Fri, 9 Apr 2010 20:49:52 +0000 (22:49 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 13 Apr 2010 23:04:02 +0000 (01:04 +0200)
commitc8160fab31e7a27979196c338a305e7095dd8aea
tree72b0e4efde7a7a1470bea8ba4277fce31d481be4
parentd14a68b6dc0cc01ddd4c1c7c5907b95c3938679c
sh4: Fix compiler warning (fprintf format string)

When argument checking is enabled, gcc throws this error:

error: format not a string literal and no format arguments

The patch rewrites the statement to satisfy the compiler.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
sh4-dis.c