[svn:parrot] r38855 - branches/pmc_pct/compilers/pmcc

cotto at svn.parrot.org cotto at svn.parrot.org
Sat May 16 23:57:48 UTC 2009


Author: cotto
Date: Sat May 16 23:57:47 2009
New Revision: 38855
URL: https://trac.parrot.org/parrot/changeset/38855

Log:
[pmcc] re-add nqp's builtins, since they come in handy during debugging

Modified:
   branches/pmc_pct/compilers/pmcc/pmcc.pir

Modified: branches/pmc_pct/compilers/pmcc/pmcc.pir
==============================================================================
--- branches/pmc_pct/compilers/pmcc/pmcc.pir	Sat May 16 23:55:18 2009	(r38854)
+++ branches/pmc_pct/compilers/pmcc/pmcc.pir	Sat May 16 23:57:47 2009	(r38855)
@@ -5,6 +5,7 @@
 
 .sub '__onload' :load :init
     load_bytecode 'PCT.pbc'
+    load_bytecode 'compilers/nqp/nqp.pbc'
 
     .local pmc p6meta
     p6meta = new 'P6metaclass'


More information about the parrot-commits mailing list