[svn:parrot] r47700 - trunk/examples/pir

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Jun 19 08:57:38 UTC 2010


Author: bacek
Date: Sat Jun 19 08:57:37 2010
New Revision: 47700
URL: https://trac.parrot.org/parrot/changeset/47700

Log:
Change fixup type in make_hello_pbc example.

Modified:
   trunk/examples/pir/make_hello_pbc.pir

Modified: trunk/examples/pir/make_hello_pbc.pir
==============================================================================
--- trunk/examples/pir/make_hello_pbc.pir	Sat Jun 19 04:55:29 2010	(r47699)
+++ trunk/examples/pir/make_hello_pbc.pir	Sat Jun 19 08:57:37 2010	(r47700)
@@ -78,7 +78,7 @@
 
     $P1 = new 'PackfileFixupEntry'
     $P1 = 'hello'
-    $P1.'set_type'(2)
+    $P1.'set_type'(1)
     $P1 = 5 # offset
     pffixup[0] = $P1
 


More information about the parrot-commits mailing list