]> git.proxmox.com Git - qemu.git/commit - arm-dis.c
arm: Fix compiler warning (fprintf format string)
authorStefan Weil <weil@mail.berlios.de>
Fri, 9 Apr 2010 20:49:50 +0000 (22:49 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 13 Apr 2010 23:04:01 +0000 (01:04 +0200)
commit07b1a9da1767ac1481754e54cc46e45c953698e0
treecd833031dfc8bf4acd7dc7d71dcdddb4fdf5c1e1
parent60bf84cf4ce277e1212929f35674796888a681ce
arm: 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>
arm-dis.c