[svn:parrot] r47857 - branches/dynop_mapping/compilers/opsc/src/Ops

plobsing at svn.parrot.org plobsing at svn.parrot.org
Sat Jun 26 07:05:28 UTC 2010


Author: plobsing
Date: Sat Jun 26 07:05:28 2010
New Revision: 47857
URL: https://trac.parrot.org/parrot/changeset/47857

Log:
add '_ops' onto the end of name in op_info_t so we can find the oplib again

Modified:
   branches/dynop_mapping/compilers/opsc/src/Ops/Emitter.pm

Modified: branches/dynop_mapping/compilers/opsc/src/Ops/Emitter.pm
==============================================================================
--- branches/dynop_mapping/compilers/opsc/src/Ops/Emitter.pm	Sat Jun 26 06:47:40 2010	(r47856)
+++ branches/dynop_mapping/compilers/opsc/src/Ops/Emitter.pm	Sat Jun 26 07:05:28 2010	(r47857)
@@ -233,8 +233,8 @@
 */
 
 static op_lib_t | ~ self.bs ~ q|op_lib = {| ~ qq|
-  "{self.base}",               /* name */
-  "{self.suffix}",             /* suffix */
+  "{self.base}_ops",                /* name */
+  "{self.suffix}",                  /* suffix */
   $core_type,                       /* core_type = PARROT_XX_CORE */
   0,                                /* flags */
   {self.ops_file.version_major},    /* major_version */


More information about the parrot-commits mailing list