On 3/16/20 9:06 AM, Philippe Mathieu-Daudé wrote:
> +static void arm_v7m_cpu_register_types(void)
> +{
> + const ARMCPUInfo *info = arm_v7m_cpus;
> +
> + while (info->name) {
> + arm_cpu_register(info);
> + info++;
> + }
> +}Likewise wrt ARRAY_SIZE, otherwise, Reviewed-by: Richard Henderson <[email protected]> r~
