Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Skip over inverted fn ranges instead of erroring #590

Merged
merged 2 commits into from
Jun 7, 2022

Commits on Jun 7, 2022

  1. fix: Skip over inverted fn ranges instead of erroring

    Some compilers/linkers may use u64::MAX(-1) for the low_pc to indicate deleted / dead code functions. We should just skip over these instead of erroring out hard.
    Swatinem committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    d57c1ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dcde5b View commit details
    Browse the repository at this point in the history