mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-26 09:22:20 +03:00
Correct a typo in Identify.hs
This commit is contained in:
parent
eb107820b3
commit
df748376be
@ -83,7 +83,7 @@ isValidReturnAddress val0 =
|
||||
-- | Identifies a call statement, *after* the corresponding statement
|
||||
-- has been performed. This can be tricky with ARM because there are
|
||||
-- several instructions that can update R15 and effect a "call",
|
||||
-- athough the predicate condition on those instructions can determine
|
||||
-- although the predicate condition on those instructions can determine
|
||||
-- if it is actually executed or not. Also need to consider A32
|
||||
-- v.s. T32 mode.
|
||||
identifyCall :: MM.Memory (MC.ArchAddrWidth ARM.AArch32)
|
||||
|
Loading…
Reference in New Issue
Block a user