unicorn/qemu/tcg/i386
Miroslav Rezanina 9153951f1e 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.

Backports 5e8892db93f3fb6a7221f2d47f3c952a7e489737
2021-03-30 14:56:57 -04:00
..
tcg-target-con-set.h tcg/i386: Split out constraint sets to tcg-target-con-set.h 2021-03-04 16:14:02 -05:00
tcg-target-con-str.h tcg/i386: Split out target constraints to tcg-target-con-str.h 2021-03-04 15:53:55 -05:00
tcg-target.h qemu/atomic.h: rename atomic_ to qatomic_ 2021-03-08 14:34:35 -05:00
tcg-target.inc.c tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op 2021-03-30 14:56:57 -04:00
tcg-target.opc.h tcg/i386: Add vector operations 2018-03-07 08:07:40 -05:00