Skip to content
Snippets Groups Projects
  • Alessandro Di Federico's avatar
    47104c0f
    Replace `getNext` with `nextNonMarker` · 47104c0f
    Alessandro Di Federico authored
    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.
    47104c0f
    History
    Replace `getNext` with `nextNonMarker`
    Alessandro Di Federico authored
    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.