Remove unused constraint on MemAddr instance.

This commit is contained in:
Joe Hendrix 2020-11-06 00:01:08 -08:00
parent 22a9104faa
commit 5f5de06e70

View File

@ -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.