put saved label in correct segment
This commit is contained in:
parent
33992b426d
commit
18d134bda7
|
@ -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…
Reference in a new issue