|
@@ -2699,7 +2699,8 @@ static void tcg_out_dupi_vec(TCGContext *s, TCGType type, unsigned vece,
|
|
|
|
|
|
static void tcg_out_vec_op(TCGContext *s, TCGOpcode opc,
|
|
|
unsigned vecl, unsigned vece,
|
|
|
- const TCGArg *args, const int *const_args)
|
|
|
+ const TCGArg args[TCG_MAX_OP_ARGS],
|
|
|
+ const int const_args[TCG_MAX_OP_ARGS])
|
|
|
{
|
|
|
TCGType type = vecl + TCG_TYPE_V64;
|
|
|
TCGArg a0 = args[0], a1 = args[1], a2 = args[2];
|