Explorar el Código

Added some xtra output for Henk Schouten's debugger.

--HG--
branch : unlabeled-2.4.1
em hace 39 años
padre
commit
c855ee716f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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