On 09/15/2017 03:21 AM, Alex Bennée wrote: > > Richard Henderson <richard.hender...@linaro.org> writes: > >> Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > > This breaks the mips cross build: > > In file included from /tmp/qemu-test/src/tcg/tcg.c:254:0: > /tmp/qemu-test/src/tcg/mips/tcg-target.inc.c: In function > 'target_parse_constraint': > /tmp/qemu-test/src/tcg/mips/tcg-target.inc.c:198:9: error: implicit > declaration of function 'tcg_regset_set' > [-Werror=implicit-function-declaration] > > tcg_regset_set(ct->u.regs, 0xffffffff);
Yes, I found this myself yesterday. Fixed in tcg-next. Thanks, r~