We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b38ce commit 1dbf64aCopy full SHA for 1dbf64a
macaw-dump/src/Data/Macaw/Dump/Memory.hs
@@ -83,7 +83,7 @@ ppMemContent ::
83
ppMemContent mem =
84
PP.vcat (map (uncurry printChunk) (MM.relativeSegmentContents (MM.memSegments mem)))
85
where
86
- -- l = the max textual length of a MemAddr (assuming < 10 regions)
+ -- l = the max textual length of a 64-bit MemAddr (assuming < 10 regions)
87
l = length "segmentN+0x0000000000000000"
88
padr s =
89
PP.hcat
0 commit comments