cvsuser 03/12/06 07:23:27
Modified: imcc pbc.c
Log:
More trace level tweaks.
Revision Changes Path
1.62 +1 -1 parrot/imcc/pbc.c
Index: pbc.c
===================================================================
RCS file: /cvs/public/parrot/imcc/pbc.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -w -r1.61 -r1.62
--- pbc.c 5 Dec 2003 06:36:04 -0000 1.61
+++ pbc.c 6 Dec 2003 15:23:27 -0000 1.62
@@ -888,7 +888,7 @@
if (ins->op && *ins->op) {
/* fixup local jumps */
SymReg *addr, *r;
-#if IMC_TRACE
+#if IMC_TRACE_HIGH
PIO_eprintf(NULL, "emit_pbc: op [%d %s]\n", ins->opnum, ins->op);
#endif
if ((addr = get_branch_reg(ins)) != 0 && !(addr->type & VTREGISTER)) {