[svn:parrot] r36620 - trunk/compilers/tge

fperrad at svn.parrot.org fperrad at svn.parrot.org
Thu Feb 12 11:03:36 UTC 2009


Author: fperrad
Date: Thu Feb 12 11:03:33 2009
New Revision: 36620
URL: https://trac.parrot.org/parrot/changeset/36620

Log:
[TGE] fix load_bytecode in install tree

Modified:
   trunk/compilers/tge/tgc.pir

Modified: trunk/compilers/tge/tgc.pir
==============================================================================
--- trunk/compilers/tge/tgc.pir	Thu Feb 12 07:58:33 2009	(r36619)
+++ trunk/compilers/tge/tgc.pir	Thu Feb 12 11:03:33 2009	(r36620)
@@ -28,7 +28,7 @@
     .local string infile, outfile
 
     load_bytecode "TGE.pbc"
-    load_bytecode "Getopt/Obj.pir"
+    load_bytecode "Getopt/Obj.pbc"
 
     # Grab program name for error reporting
     prog = shift args


More information about the parrot-commits mailing list