Comment 2 for bug 1874073

Revision history for this message
Peter Maydell (pmaydell) wrote :

I'm not sure why the compiler thinks it might be uninitialized here -- is it just that it's not aware that smp_cpus can't be zero and so the loop will always initialize cpu_irqs[0] ?