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