Skip to content

Commit 1dbf64a

Browse files
dump: Improve comment
1 parent 78b38ce commit 1dbf64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macaw-dump/src/Data/Macaw/Dump/Memory.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ppMemContent ::
8383
ppMemContent mem =
8484
PP.vcat (map (uncurry printChunk) (MM.relativeSegmentContents (MM.memSegments mem)))
8585
where
86-
-- l = the max textual length of a MemAddr (assuming < 10 regions)
86+
-- l = the max textual length of a 64-bit MemAddr (assuming < 10 regions)
8787
l = length "segmentN+0x0000000000000000"
8888
padr s =
8989
PP.hcat

0 commit comments

Comments
 (0)