Matthew Malcomson <matthew.malcom...@arm.com> writes:
> +  aarch64_sls_hardening = SLS_NONE;
> +  if (strcmp (const_str, "none") == 0)
> +    {
> +      aarch64_sls_hardening = SLS_NONE;
> +      return;

Gah, I totally misread the previous patch and didn't see that
you were already setting aarch64_sls_hardening to SLS_NONE above.
So this line is obviously redundant after all, sorry for the noise.

OK with the line above removed, thanks.

Richard

Reply via email to