switch to text segment when generating a label
This commit is contained in:
@@ -854,8 +854,9 @@ normalfailed: if (stackpad!=tokpatlen) {
|
||||
int index;
|
||||
|
||||
DEBUG("LABDEF");
|
||||
getint(index,codep);
|
||||
if (toplevel) {
|
||||
getint(index,codep);
|
||||
swtxt();
|
||||
printlabel(index);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user