Hi!
The failure is in the mips64-softmmu target: (at least)
[...]
CC mips64-softmmu/target-mips/translate.o
..qemu-1.4.1/target-mips/translate.c::2780:35 : error:
passing 'int' to parameter of incompatible type 'TCGv_i32'
gen_helper_dmult(cpu_env, acc, t0, t1);
^~~
[...]
Looks like this line came in with this patch by Aurelien Jarno: (Cc'd)
http://patchwork.ozlabs.org/patch/234926/
Now I wonder is the failure just cosmetic or is the mips emulation
actually broken in 1.4.1? More so than in 1.4.0? I guess not but
with all the #defines that code is kinda hard to follow... :)
Thanx!
Juergen