mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-28 10:08:13 +03:00
Merge pull request #19 from GaloisInc/fix/keep-return-address-stack-write
Keep the write of the return address to the stack (x86)
This commit is contained in:
commit
2ce1157af6
@ -961,7 +961,7 @@ parseFetchAndExecute ctx idx initRegs stmts absProcState finalRegs = do
|
|||||||
-- Use the call-specific code to look for new IPs.
|
-- Use the call-specific code to look for new IPs.
|
||||||
|
|
||||||
let r = StatementList { stmtsIdent = idx
|
let r = StatementList { stmtsIdent = idx
|
||||||
, stmtsNonterm = toList prev_stmts
|
, stmtsNonterm = toList stmts
|
||||||
, stmtsTerm = ParsedCall finalRegs (Just ret)
|
, stmtsTerm = ParsedCall finalRegs (Just ret)
|
||||||
, stmtsAbsState = absProcState'
|
, stmtsAbsState = absProcState'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user