From: Richard Henderson <richard.henderson@linaro.org>
To: "Jose R. Ziviani" <jziviani@suse.de>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, qemu-arm@nongnu.org
Subject: Re: [PATCH] tcg/arm: Fix tcg_out_vec_op function signature
Date: Fri, 10 Sep 2021 14:26:52 +0200 [thread overview]
Message-ID: <244b78cb-10dc-330c-467d-bea655deb727@linaro.org> (raw)
In-Reply-To: <20210908185338.7927-1-jziviani@suse.de>
On 9/8/21 8:53 PM, Jose R. Ziviani wrote:
> 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>
> ---
> tcg/arm/tcg-target.c.inc | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Queued, thanks.
r~
prev parent reply other threads:[~2021-09-10 12:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-08 18:53 [PATCH] tcg/arm: Fix tcg_out_vec_op function signature Jose R. Ziviani
2021-09-08 20:21 ` Philippe Mathieu-Daudé
2021-09-10 12:26 ` Richard Henderson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=244b78cb-10dc-330c-467d-bea655deb727@linaro.org \
--to=richard.henderson@linaro.org \
--cc=jziviani@suse.de \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).