mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-23 08:27:24 +03:00
Remove unused constraint on MemAddr instance.
This commit is contained in:
parent
22a9104faa
commit
5f5de06e70
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user