mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-25 21:54:51 +03:00
symbolic: Haddocks on stack setup code
This commit is contained in:
parent
761f6587c5
commit
897960d722
@ -27,8 +27,6 @@ stackAlign :: CLD.Alignment
|
||||
stackAlign = CLD.noAlignment
|
||||
|
||||
-- | Create an SMT array representing the program stack.
|
||||
--
|
||||
-- Builds a 'WI.freshConstant' with name "stack_array".
|
||||
stackArray ::
|
||||
(1 WI.<= w) =>
|
||||
CLM.HasPtrWidth w =>
|
||||
@ -69,7 +67,7 @@ newtype ExtraStackSlots = ExtraStackSlots { getExtraStackSlots :: Int }
|
||||
-- optparse-applicative-based command-line parsers using the `Read` instance.
|
||||
deriving newtype (Enum, Eq, Integral, Num, Ord, Read, Real, Show)
|
||||
|
||||
-- | An allocartion representing the program stack, backed by an SMT array
|
||||
-- | An allocation representing the program stack, backed by an SMT array
|
||||
data ArrayStack sym w
|
||||
= ArrayStack
|
||||
{ -- | Pointer to the base of the stack array
|
||||
|
Loading…
Reference in New Issue
Block a user