From 7ef2d1bc3732f8fb62b3c06897879e66f5a9d46a Mon Sep 17 00:00:00 2001 From: eck Date: Fri, 20 Jul 1990 14:02:35 +0000 Subject: [PATCH] switch to text segment when generating a label --- mach/proto/ncg/codegen.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } -- 2.34.1