Skip to content
  • Alessandro Di Federico's avatar
    6b91aeb9
    Register manual entry point as jump target · 6b91aeb9
    Alessandro Di Federico authored
    This commit fixes a bug triggered by specifying the `--entry` switch:
    the entry point would not be registered as a jump target, instead the
    code would try to get the basic block associated to that address,
    resulting in an assertion.
    
    The manually specified entry point is now registered as a jump target
    coming from global data.
    6b91aeb9
    Register manual entry point as jump target
    Alessandro Di Federico authored
    This commit fixes a bug triggered by specifying the `--entry` switch:
    the entry point would not be registered as a jump target, instead the
    code would try to get the basic block associated to that address,
    resulting in an assertion.
    
    The manually specified entry point is now registered as a jump target
    coming from global data.
Loading