summaryrefslogtreecommitdiffstats
path: root/src/htm.c
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2018-06-28 12:02:55 +1000
committerAlistair Popple <alistair@popple.id.au>2018-07-12 13:08:20 +1000
commit01ff6c72bf68ead3d7d6dcfc9f9f5012709589cb (patch)
tree648ff6be58200b4053e7966cffcf5123f7bdad97 /src/htm.c
parenta31ceb742eed60694cd7c9d9cfde3639c29d76a7 (diff)
downloadpdbg-01ff6c72bf68ead3d7d6dcfc9f9f5012709589cb.tar.gz
pdbg-01ff6c72bf68ead3d7d6dcfc9f9f5012709589cb.zip
htm: Remove size from dump
This isn't used and just complicates things. Signed-off-by: Michael Neuling <mikey@neuling.org>
Diffstat (limited to 'src/htm.c')
-rw-r--r--src/htm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htm.c b/src/htm.c
index 02e55c1..97c7d14 100644
--- a/src/htm.c
+++ b/src/htm.c
@@ -166,7 +166,7 @@ static int run_dump(enum htm_type type)
/* size = 0 will dump everything */
printf("Dumping HTM@");
print_htm_address(type, target);
- if (htm_dump(target, 0, filename) != 1) {
+ if (htm_dump(target, filename) != 1) {
printf("Couldn't dump HTM@");
print_htm_address(type, target);
}
OpenPOWER on IntegriCloud