* Remove debug messages from mach0.c

This commit is contained in:
Nibble 2010-01-19 22:44:57 +01:00
parent 9c0e864daa
commit 82a45fd94a
1 changed files with 0 additions and 2 deletions

View File

@ -147,7 +147,6 @@ static int r_bin_mach0_parse_dysymtab(struct r_bin_mach0_obj_t* bin, ut64 off)
perror("malloc (modtab)");
return R_FALSE;
}
printf("AAAAAAAAA: %i\n", bin->nmodtab);
if (bin->endian)
len = r_buf_fread_at(bin->b, bin->dysymtab.modtaboff, (ut8*)bin->modtab, "13I", bin->nmodtab);
else
@ -175,7 +174,6 @@ static int r_bin_mach0_init_items(struct r_bin_mach0_obj_t* bin)
ERR("Error: read (lc)\n");
return R_FALSE;
}
IFDBG printf("cmd: 0x%02x cmdsize= %i\n", lc.cmd, lc.cmdsize);
switch (lc.cmd) {
case LC_SEGMENT:
bin->nsegs++;