[svn:parrot] r45927 - trunk/tools/dev

NotFound at svn.parrot.org NotFound at svn.parrot.org
Thu Apr 22 21:01:51 UTC 2010


Author: NotFound
Date: Thu Apr 22 21:01:51 2010
New Revision: 45927
URL: https://trac.parrot.org/parrot/changeset/45927

Log:
revert r45923, broke the build

Modified:
   trunk/tools/dev/nci_thunk_gen.pir

Modified: trunk/tools/dev/nci_thunk_gen.pir
==============================================================================
--- trunk/tools/dev/nci_thunk_gen.pir	Thu Apr 22 20:59:45 2010	(r45926)
+++ trunk/tools/dev/nci_thunk_gen.pir	Thu Apr 22 21:01:51 2010	(r45927)
@@ -918,7 +918,7 @@
 
     # decode table
     .local pmc compiler
-    load_language 'data_json'
+    load_bytecode 'data_json.pbc'
     compiler = compreg 'data_json'
 
     .local pmc table


More information about the parrot-commits mailing list