Browse Source

Added some xtra output for Henk Schouten's debugger.

--HG--
branch : unlabeled-2.4.1
em 39 years ago
parent
commit
c855ee716f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mach/pdp/cg/mach.h

+ 1 - 1
mach/pdp/cg/mach.h

@@ -15,7 +15,7 @@
 #endif
 #define in_ap(y)	/* nothing */
 
-#define newplb(x)	fprintf(codefile,"%s:\n",x)
+#define newplb(x)	doplb(x)
 #define newilb(x)	fprintf(codefile,"%s:\n",x)
 #define newdlb(x)	fprintf(codefile,"%s:\n",x)
 #ifdef ACK_ASS