-
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.
Alessandro Di Federico authoredThis 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