[svn:parrot] r49522 - trunk/src/ops

cotto at svn.parrot.org cotto at svn.parrot.org
Tue Oct 12 23:27:33 UTC 2010


Author: cotto
Date: Tue Oct 12 23:27:33 2010
New Revision: 49522
URL: https://trac.parrot.org/parrot/changeset/49522

Log:
[ops] udpate the name of a const

Modified:
   trunk/src/ops/core.ops

Modified: trunk/src/ops/core.ops
==============================================================================
--- trunk/src/ops/core.ops	Tue Oct 12 10:28:22 2010	(r49521)
+++ trunk/src/ops/core.ops	Tue Oct 12 23:27:33 2010	(r49522)
@@ -942,7 +942,7 @@
 .TOTAL_MEM_ALLOC, .GC_MARK_RUNS, .GC_COLLECT_RUNS, .ACTIVE_PMCS, .ACTIVE_BUFFERS,
 .TOTAL_PMCS, .TOTAL_BUFFERS, .HEADER_ALLOCS_SINCE_COLLECT,
 .MEM_ALLOCS_SINCE_COLLECT, .TOTAL_COPIED, .IMPATIENT_PMCS, .GC_LAZY_MARK_RUNS,
-.EXTENDED_PMCS, .RUNCORE
+.EXTENDED_PMCS, .CURRENT_RUNCORE
 
 =item B<interpinfo>(out PMC, in INT)
 


More information about the parrot-commits mailing list