Richard Henderson <[email protected]> writes: > On 1/19/23 03:54, Fabiano Rosas wrote: >> + cpu_map = ( >> + ('aarch64', 'cortex-a57'), >> + ) > > This isn't a map...
Right, a dict would be more suitable here. I had just copied the code from machine_map a few lines above.
