Re: [Qemu-devel] [PATCH] target-mips: Fix format specifiers for fpu_fprintf

2010-04-09 Thread Aurelien Jarno
On Thu, Apr 01, 2010 at 11:05:14PM +0200, Stefan Weil wrote: > In the previous patch which introduced fprintf_function to > allow parameter checking by gcc some compiler warnings > remained unfixed. > > These warnings are fixed here. Thanks applied. > Signed-off-by: Stefan Weil > --- > target-

[Qemu-devel] [PATCH] target-mips: Fix format specifiers for fpu_fprintf

2010-04-01 Thread Stefan Weil
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 --- target-mips/translate.c | 34 -- 1 files changed, 20 insertions(+),