mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-24 17:09:58 +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.
|
||||
|
||||
let r = StatementList { stmtsIdent = idx
|
||||
, stmtsNonterm = toList prev_stmts
|
||||
, stmtsNonterm = toList stmts
|
||||
, stmtsTerm = ParsedCall finalRegs (Just ret)
|
||||
, stmtsAbsState = absProcState'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user