Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
elazarg committed Aug 28, 2024
1 parent 99676ce commit bc0f5ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/coredump.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ static void dump_size(long length) {
}

static void dump_memfile(struct range address) {
// fprintf(stderr, "dump %lx-%lx\n", address.start, address.end);
fseeko(pMemFile, address.start, SEEK_SET);
dump_size(address.end - address.start);
}
Expand Down

0 comments on commit bc0f5ac

Please sign in to comment.