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 Jan 2, 2025
1 parent 78b38ce commit 1dbf64a
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 1dbf64a

Please sign in to comment.