Re: [Qemu-devel] [PATCH] target-sparc: Fix order of function parameters

2011-10-25 Thread Blue Swirl
Thanks, applied. On Mon, Oct 24, 2011 at 20:29, Stefan Weil wrote: > The MinGW-w64 gcc complains about wrong parameters for > gen_helper_fpadd16_s and three other functions. > > gen_helper_fpadd16_s is declared like this (hidden in lots of macros): > > static inline void >  gen_helper_fpadd16s(TC

[Qemu-devel] [PATCH] target-sparc: Fix order of function parameters

2011-10-24 Thread Stefan Weil
The MinGW-w64 gcc complains about wrong parameters for gen_helper_fpadd16_s and three other functions. gen_helper_fpadd16_s is declared like this (hidden in lots of macros): static inline void gen_helper_fpadd16s(TCGv_i32 retval, TCGv_ptr arg1, TCGv_i32 arg2, TCGv_i32 arg3);