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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user