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

plobsing at svn.parrot.org plobsing at svn.parrot.org
Thu Apr 22 20:22:40 UTC 2010


Author: plobsing
Date: Thu Apr 22 20:22:40 2010
New Revision: 45923
URL: https://trac.parrot.org/parrot/changeset/45923

Log:
fix use of data_json so it works outside of trunk

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:15:57 2010	(r45922)
+++ trunk/tools/dev/nci_thunk_gen.pir	Thu Apr 22 20:22:40 2010	(r45923)
@@ -918,7 +918,7 @@
 
     # decode table
     .local pmc compiler
-    load_bytecode 'data_json.pbc'
+    load_language 'data_json'
     compiler = compreg 'data_json'
 
     .local pmc table


More information about the parrot-commits mailing list