cg_arm.c in 19_Arrays_pt1 is out of sync
Author: vcheckzenCreated Jul 5, 2023Updated Jul 5, 2023
Both lines should be changed to
if (Gsym[i].stype == S_VARIABLE || Gsym[i].stype == S_ARRAY)should be changed to
case 1:
case 4:
fprintf(Outfile, "%s:\n\t.zero\t%d\n", Gsym[id].name, Gsym[id].size * typesize);
break;Source: DoctorWkt/acwj