]> git.proxmox.com Git - qemu.git/commit
target-mips: Fix format specifiers for fpu_fprintf
authorStefan Weil <weil@mail.berlios.de>
Thu, 1 Apr 2010 21:05:14 +0000 (23:05 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 9 Apr 2010 19:53:23 +0000 (21:53 +0200)
commit2a5612e6a33f7c50e48e6e6e287c33ec4adfd993
tree86b6c2b951bf661cd8df2327c619e59e71805952
parent6ac08101f9de84be1fb7b45f87caed8ba8f3eb5a
target-mips: Fix format specifiers for fpu_fprintf

In the previous patch which introduced fprintf_function to
allow parameter checking by gcc some compiler warnings
remained unfixed.

These warnings are fixed here.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/translate.c