put saved label in correct segment
This commit is contained in:
parent
c2e6bb1bba
commit
7e4845e2ef
@ -6,11 +6,11 @@ arith n;
|
||||
extern int saved;
|
||||
extern char labeltje[];
|
||||
|
||||
switchseg(SEGBSS);
|
||||
if (saved) {
|
||||
fprint( codefile, COMM_FMT, labeltje, (long) n);
|
||||
saved = 0;
|
||||
return;
|
||||
}
|
||||
switchseg(SEGBSS);
|
||||
bss(n);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user