[svn:parrot] r36927 - trunk/src

rurban at svn.parrot.org rurban at svn.parrot.org
Sun Feb 22 09:24:32 UTC 2009


Author: rurban
Date: Sun Feb 22 09:24:31 2009
New Revision: 36927
URL: https://trac.parrot.org/parrot/changeset/36927

Log:
[cage] parts of TT#354. do_dis() docs, by Jimmy

Modified:
   trunk/src/pbc_disassemble.c

Modified: trunk/src/pbc_disassemble.c
==============================================================================
--- trunk/src/pbc_disassemble.c	Sat Feb 21 20:02:22 2009	(r36926)
+++ trunk/src/pbc_disassemble.c	Sun Feb 22 09:24:31 2009	(r36927)
@@ -138,10 +138,12 @@
 
 /*
 
-=item C<static void do_dis(PARROT_INTERP, outfile, int)>
+=item C<static void do_dis(PARROT_INTERP, outfile, option)>
 
 Do the disassembling.
 
+C<option> is currently used to pass debugging flags to the packfile reader.
+
 =cut
 
 */


More information about the parrot-commits mailing list