1
0
mirror of https://github.com/aap/pdp6.git synced 2026-02-17 05:07:48 +00:00

wrote new gui; implemented and fixed a bunch of stuff

This commit is contained in:
aap
2016-10-24 22:45:24 +02:00
parent e0d9a181e2
commit 2a37a8f74d
49 changed files with 5041 additions and 5384 deletions

View File

@@ -1329,6 +1329,10 @@ writesymtab(void)
for(i = 0; i < nsym; i++){
s = sortlist[i];
if(s->type & Extern &&
s->v.val == 0 && s->v.rel == 0)
continue;
type = 0;
if(s->type & Intern)
type = SymGlobal;