switch to text segment when generating a label
authoreck <none@none>
Fri, 20 Jul 1990 14:02:35 +0000 (14:02 +0000)
committereck <none@none>
Fri, 20 Jul 1990 14:02:35 +0000 (14:02 +0000)
mach/proto/ncg/codegen.c

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