mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-26 23:52:48 +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
|
||||
-- 'PreBlock'
|
||||
addAssignment :: AssignRhs arch ids tp
|
||||
addAssignment :: AssignRhs arch (Value arch ids) tp
|
||||
-> Generator arch ids s (Assignment arch ids tp)
|
||||
addAssignment rhs = do
|
||||
l <- newAssignId
|
||||
|
Loading…
Reference in New Issue
Block a user