[svn:parrot] r36449 - trunk/src

NotFound at svn.parrot.org NotFound at svn.parrot.org
Sun Feb 8 17:47:31 UTC 2009


Author: NotFound
Date: Sun Feb  8 17:47:31 2009
New Revision: 36449
URL: https://trac.parrot.org/parrot/changeset/36449

Log:
[debugger] fix debugger tracing

Modified:
   trunk/src/runops_cores.c

Modified: trunk/src/runops_cores.c
==============================================================================
--- trunk/src/runops_cores.c	Sun Feb  8 17:33:17 2009	(r36448)
+++ trunk/src/runops_cores.c	Sun Feb  8 17:47:31 2009	(r36449)
@@ -359,7 +359,7 @@
                     interp->code->base.data,
                     interp->code->base.data +
                     interp->code->base.size,
-                    interp->pdb->cur_opcode);
+                    pc);
         }
 
         CONTEXT(interp)->current_pc = pc;


More information about the parrot-commits mailing list