mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-28 01:35:33 +03:00
ppc: Implement identifyReturn
We need special treatment of the return, as the low two bits are cleared on PowerPC, so we can't just rely on pattern matching against the ReturnAddr in the IP register.
This commit is contained in:
parent
d3a97edb4b
commit
d885de3a72
@ -16,7 +16,6 @@ import qualified Data.Macaw.Discovery.AbsEval as DE
|
||||
import qualified Data.Macaw.Memory as MM
|
||||
import qualified Data.Macaw.Types as MT
|
||||
|
||||
|
||||
import Data.Macaw.SemMC.Simplify ( simplifyValue )
|
||||
import Data.Macaw.PPC.Arch
|
||||
import Data.Macaw.PPC.PPCReg
|
||||
|
Loading…
Reference in New Issue
Block a user