Skip to content
Commit 47104c0f authored by Alessandro Di Federico's avatar Alessandro Di Federico
Browse files

Replace `getNext` with `nextNonMarker`

Most of the times, when we need to get the next instruction, we actually
want to skip over "marker" function calls (e.g., calls to `newpc` and
`function_call`). `nextNonMarker` does exactly this.

`FunctionCallIdentification::isCall` and `JumpTargetManager::setCFGForm`
have also been extended to correctly handle such situations.
parent 486f289e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment