diff options
-rw-r--r-- | xexamine.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -356,6 +356,7 @@ int main(int argc, char **argv) { printf("Seg | Start | End | Bytes | CRC32 | Type\n"); header_printed++; } + crc = 0; crc32(seg.object, seg.len, &crc); printf("%3d | $%04x | $%04x | %5d | %08x | ", segcount, seg.start_addr, seg.end_addr, seg.len, crc); |