switch to text segment when generating a label
This commit is contained in:
parent
47249aaad3
commit
7ef2d1bc37
1 changed files with 2 additions and 1 deletions
|
@ -854,8 +854,9 @@ normalfailed: if (stackpad!=tokpatlen) {
|
||||||
int index;
|
int index;
|
||||||
|
|
||||||
DEBUG("LABDEF");
|
DEBUG("LABDEF");
|
||||||
|
getint(index,codep);
|
||||||
if (toplevel) {
|
if (toplevel) {
|
||||||
getint(index,codep);
|
swtxt();
|
||||||
printlabel(index);
|
printlabel(index);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue