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); }