aboutsummaryrefslogtreecommitdiff
path: root/xexamine.c
diff options
context:
space:
mode:
Diffstat (limited to 'xexamine.c')
-rw-r--r--xexamine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xexamine.c b/xexamine.c
index 94374b3..fc600f1 100644
--- a/xexamine.c
+++ b/xexamine.c
@@ -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);