sparc: Fix compiler warning (fprintf format string)
commit452f58eb4966de0d957e9314383cf490fcb69064
authorStefan Weil <weil@mail.berlios.de>
Fri, 9 Apr 2010 20:49:53 +0000 (9 22:49 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 13 Apr 2010 23:04:03 +0000 (14 01:04 +0200)
tree1d564cf1df54282021807fe78ebac3c694761e0a
parentc8160fab31e7a27979196c338a305e7095dd8aea
sparc: 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>
sparc-dis.c