Comment 4 for bug 1874073

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

Does adding "assert(smp_cpus >= 1 && smp_cpus <= 2);" after the assignment to smp_cpus give the compiler enough information to know there's no use of uninitialized data?