Added some debug print statements.

committer: mfx <mfx> 975558043 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-11-30 04:20:43 +00:00
parent 8ea765516c
commit f26380b110
4 changed files with 37 additions and 2 deletions
+5
View File
@@ -356,6 +356,11 @@ void PackDjgpp2::pack(OutputFile *fo)
fo->write(&coff_hdr,sizeof(coff_hdr));
fo->write(loader,lsize);
fo->write(obuf,data->size);
#if 0
printf("%-13s: coff hdr : %8ld bytes\n", getName(), (long) sizeof(coff_hdr));
printf("%-13s: loader : %8ld bytes\n", getName(), (long) lsize);
printf("%-13s: compressed : %8ld bytes\n", getName(), (long) data->size);
#endif
// verify
verifyOverlappingDecompression(&obuf, overlapoh);