On 5/5/20 3:38 AM, Peter Maydell wrote: > This doesn't apply on master any more as a result of the > first lump of decodetree stuff going in. Also patch 2 > doesn't seem to compile: > > /home/petmay01/linaro/qemu-from-laptop/qemu/target/arm/translate.c: In > function ‘gen_gvec_srshr’: > /home/petmay01/linaro/qemu-from-laptop/qemu/target/arm/translate.c:4107:9: > error: implicit declaration of function ‘tcg_gen_gvec_dup_imm’; did > you mean ‘tcg_gen_gvec_dup_i64’? > [-Werror=implicit-function-declaration] > tcg_gen_gvec_dup_imm(vece, rd_ofs, opr_sz, max_sz, 0); > ^~~~~~~~~~~~~~~~~~~~ > tcg_gen_gvec_dup_i64 > /home/petmay01/linaro/qemu-from-laptop/qemu/target/arm/translate.c:4107:9: > error: nested extern declaration of ‘tcg_gen_gvec_dup_imm’ > [-Werror=nested-externs] > > Any chance you could do a rebase and resend?
Ah yes, it seems built on top of tcg-next. Time for a pull there too, lest this have to get changed yet again. r~