diff --git a/base/src/Data/Macaw/Memory.hs b/base/src/Data/Macaw/Memory.hs index 71d2e9f0..bd82afe5 100644 --- a/base/src/Data/Macaw/Memory.hs +++ b/base/src/Data/Macaw/Memory.hs @@ -1042,7 +1042,7 @@ instance Show (MemAddr w) where . showString "+" . shows off -instance MemWidth w => Pretty (MemAddr w) where +instance Pretty (MemAddr w) where pretty = text . show -- | Given an absolute address, this returns a segment and offset into the segment.