[svn:parrot] r47882 - branches/dynop_mapping/src

plobsing at svn.parrot.org plobsing at svn.parrot.org
Sat Jun 26 20:55:11 UTC 2010


Author: plobsing
Date: Sat Jun 26 20:55:10 2010
New Revision: 47882
URL: https://trac.parrot.org/parrot/changeset/47882

Log:
temporarily comment out some packfile sanity checking code that pbc_merge
doesn't currently satisfy

Modified:
   branches/dynop_mapping/src/packfile.c

Modified: branches/dynop_mapping/src/packfile.c
==============================================================================
--- branches/dynop_mapping/src/packfile.c	Sat Jun 26 20:54:25 2010	(r47881)
+++ branches/dynop_mapping/src/packfile.c	Sat Jun 26 20:55:10 2010	(r47882)
@@ -2172,11 +2172,14 @@
                      (int)opcode, (int)seg->file_offset);
         }
 
+        /* XXX TODO: pbc_merge fouls this up */
+#if 0
         if (i) {
             PackFile_Segment *last = dir->segments[i - 1];
             if (last->file_offset + last->op_count != seg->file_offset)
                 fprintf(stderr, "section: sections are not back to back\n");
         }
+#endif
 
         make_code_pointers(seg);
 


More information about the parrot-commits mailing list