On 11/07/2017 04:05 PM, Alex Bennée wrote:
> @@ -483,6 +521,10 @@ sub write_random_aarch64_regdata($)
>          write_random_aarch64_fpdata();
>      }
>  
> +    if ($sve_enabled) {
> +        write_random_aarch64_svedata();
> +    }

Should write either sve or fpdata, but not both, since the registers overlap.


r~

Reply via email to