mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-24 00:42:28 +03:00
Remove a literal width of 64
That should have been a function of the architecture
This commit is contained in:
parent
083f9b4fa1
commit
7aadfdf373
@ -66,7 +66,7 @@ frontierBlocks = lens _frontierBlocks (\s v -> s { _frontierBlocks = v })
|
||||
-- PreBlock
|
||||
|
||||
data PreBlock ppc ids = PreBlock { pBlockIndex :: !Word64
|
||||
, pBlockAddr :: !(MM.MemSegmentOff 64)
|
||||
, pBlockAddr :: !(MM.MemSegmentOff (ArchAddrWidth ppc))
|
||||
-- ^ Starting address of function in preblock.
|
||||
, _pBlockStmts :: !(Seq.Seq (Stmt ppc ids))
|
||||
, _pBlockState :: !(RegState (PPCReg ppc) (Value ppc ids))
|
||||
|
Loading…
Reference in New Issue
Block a user