From: eck Date: Fri, 20 Jul 1990 14:02:35 +0000 (+0000) Subject: switch to text segment when generating a label X-Git-Tag: release-5-5~1637 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7ef2d1bc3732f8fb62b3c06897879e66f5a9d46a;p=ack.git switch to text segment when generating a label --- diff --git a/mach/proto/ncg/codegen.c b/mach/proto/ncg/codegen.c index e1a159b6e..56ce7f594 100644 --- a/mach/proto/ncg/codegen.c +++ b/mach/proto/ncg/codegen.c @@ -854,8 +854,9 @@ normalfailed: if (stackpad!=tokpatlen) { int index; DEBUG("LABDEF"); + getint(index,codep); if (toplevel) { - getint(index,codep); + swtxt(); printlabel(index); }