aboutsummaryrefslogtreecommitdiff
path: root/target/avr
diff options
context:
space:
mode:
authorJose R. Ziviani <jziviani@suse.de>2021-09-08 15:53:38 -0300
committerRichard Henderson <richard.henderson@linaro.org>2021-09-14 12:00:20 -0700
commit421519d82cb19dda07ee1711df30c4e29bffe97e (patch)
tree812e331ec28f1a0b1c431d1c6f1acc1be4bef939 /target/avr
parentd216898563a1d84f6147a13ecf396ae5bd252e68 (diff)
downloadqemu-421519d82cb19dda07ee1711df30c4e29bffe97e.zip
qemu-421519d82cb19dda07ee1711df30c4e29bffe97e.tar.gz
qemu-421519d82cb19dda07ee1711df30c4e29bffe97e.tar.bz2
tcg/arm: Fix tcg_out_vec_op function signature
Commit 5e8892db93 fixed several function signatures but tcg_out_vec_op for arm is missing. It causes a build error on armv6 and armv7: tcg-target.c.inc:2718:42: error: argument 5 of type 'const TCGArg *' {aka 'const unsigned int *'} declared as a pointer [-Werror=array-parameter=] const TCGArg *args, const int *const_args) ~~~~~~~~~~~~~~^~~~ ../tcg/tcg.c:120:41: note: previously declared as an array 'const TCGArg[16]' {aka 'const unsigned int[16]'} const TCGArg args[TCG_MAX_OP_ARGS], ~~~~~~~~~~~~~~^~~~ Signed-off-by: Jose R. Ziviani <jziviani@suse.de> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210908185338.7927-1-jziviani@suse.de> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/avr')
0 files changed, 0 insertions, 0 deletions