diff options
author | Miroslav Rezanina | 2021-03-12 13:14:18 +0100 |
---|---|---|
committer | Richard Henderson | 2021-03-17 16:04:45 +0100 |
commit | 5e8892db93f3fb6a7221f2d47f3c952a7e489737 (patch) | |
tree | b4092fa3f64770f3fad4dd1172ac1bedbf24ef51 /include | |
parent | tcg/tci: Split out tcg_out_op_r[iI] (diff) | |
download | qemu-5e8892db93f3fb6a7221f2d47f3c952a7e489737.tar.gz qemu-5e8892db93f3fb6a7221f2d47f3c952a7e489737.tar.xz qemu-5e8892db93f3fb6a7221f2d47f3c952a7e489737.zip |
tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op
There are two different versions of prototype for tcg_out_op and
tcg_out_vec_op functions:
1) using const TCGArg *args and const int *const_args arguments
2) using const TCGArg args[TCG_MAX_OP_ARGS] and const int
const_args[TCG_MAX_OP_ARGS] aguments.
This duality causes warnings on GCC 11 and prevents build using
--enable-werror. As second version provides more information,
unify functions prototypes to this variant.
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
Message-Id: <20210312121418.139093-1-mrezanin@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions