switch to text segment when generating a label

This commit is contained in:
eck 1990-07-20 14:02:35 +00:00
parent 47249aaad3
commit 7ef2d1bc37

View file

@ -854,8 +854,9 @@ normalfailed: if (stackpad!=tokpatlen) {
int index; int index;
DEBUG("LABDEF"); DEBUG("LABDEF");
if (toplevel) {
getint(index,codep); getint(index,codep);
if (toplevel) {
swtxt();
printlabel(index); printlabel(index);
} }