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
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);