Andrew Carlotti <andrew.carlo...@arm.com> writes: > @@ -697,6 +697,50 @@ aarch64_get_extension_string_for_isa_flags > + const struct arch_info *entry; > + for (entry = all_architectures; entry->arch != aarch64_no_arch; entry++) > + { > + if (entry->arch == arch) > + break; > + }
Sorry for the nit, but forgot to say: the convention is not to have braces here. Thanks, Richard