On 6/9/20 9:02 AM, Peter Maydell wrote:
> +static bool trans_VABDL_S_3d(DisasContext *s, arg_3diff *a)
> +{
> + NeonGenTwoOpWidenFn *opfn[] = {
> + gen_helper_neon_abdl_s16,
> + gen_helper_neon_abdl_s32,
> + gen_helper_neon_abdl_s64,
> + NULL,
> + };Missing static const. Otherwise, Reviewed-by: Richard Henderson <[email protected]> r~
