mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-28 08:34:23 +03:00
Fixed a bug I introduced because of a delete in the wrong buffer
This commit is contained in:
parent
3c3ffbc375
commit
5cf4c68498
@ -261,7 +261,7 @@ liftST = Generator . lift . lift . lift
|
|||||||
|
|
||||||
-- | Append an assignment statement to the list of statements in the current
|
-- | Append an assignment statement to the list of statements in the current
|
||||||
-- 'PreBlock'
|
-- 'PreBlock'
|
||||||
addAssignment :: AssignRhs arch ids tp
|
addAssignment :: AssignRhs arch (Value arch ids) tp
|
||||||
-> Generator arch ids s (Assignment arch ids tp)
|
-> Generator arch ids s (Assignment arch ids tp)
|
||||||
addAssignment rhs = do
|
addAssignment rhs = do
|
||||||
l <- newAssignId
|
l <- newAssignId
|
||||||
|
Loading…
Reference in New Issue
Block a user