switch to text segment when generating a label
This commit is contained in:
parent
0b6e73197b
commit
33f8192790
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user