Skip to content

Commit

Permalink
dump: Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Dec 20, 2024
1 parent 2010894 commit 1aba0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macaw-dump/src/Data/Macaw/Dump/Memory.hs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ppMemContent ::
ppMemContent mem =
PP.vcat (map (uncurry printChunk) (MM.relativeSegmentContents (MM.memSegments mem)))
where
-- l = the max textual length of a MemAddr (assuming < 10 regions)
-- l = the max textual length of a 64-bit MemAddr (assuming < 10 regions)
l = length "segmentN+0x0000000000000000"
padr s =
PP.hcat
Expand Down

0 comments on commit 1aba0c9

Please sign in to comment.