We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
acwj/19_Arrays_pt1/cg_arm.c
Line 82 in 14e9397
Line 136 in 14e9397
Both lines should be changed to
if (Gsym[i].stype == S_VARIABLE || Gsym[i].stype == S_ARRAY)
Lines 270 to 271 in 14e9397
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;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
acwj/19_Arrays_pt1/cg_arm.c
Line 82 in 14e9397
acwj/19_Arrays_pt1/cg_arm.c
Line 136 in 14e9397
Both lines should be changed to
acwj/19_Arrays_pt1/cg_arm.c
Lines 270 to 271 in 14e9397
should be changed to
The text was updated successfully, but these errors were encountered: