[base] update ParsedIte/ParsedBranch reference in comment.

This commit is contained in:
Kevin Quick 2019-07-02 11:09:16 -07:00
parent a6893d0cf2
commit 1d03a7b3b6
No known key found for this signature in database
GPG Key ID: E6D7733599CC0A21

View File

@ -962,7 +962,7 @@ parseFetchAndExecute ctx initRegs stmts initAbsState finalRegs = do
withArchConstraints ainfo $ do
-- Try to figure out what control flow statement we have.
case () of
-- The block ends with a Mux, so we turn this into a `ParsedIte` statement.
-- The block ends with a Mux, so we turn this into a `ParsedBranch` statement.
_ | Just (Mux _ c t f) <- valueAsApp (finalRegs^.boundValue ip_reg)
, Just trueTgtAddr <- valueAsSegmentOff mem t
-- Check that true branch is an allowed intra-procedural branch target