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

Always set addlDelta to zero on x86 #79467

Merged

Commits on Dec 9, 2022

  1. Always set "addlDelta" to zero on x86

    The value is used to compensate for the additional instruction bytes,
    which should only be relevant for RIP-relative addressing, while x86
    uses absolute addressing.
    SingleAccretion committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    09260e6 View commit details
    Browse the repository at this point in the history
  2. Re-enable the test

    SingleAccretion committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    32a1486 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    541771b View commit details
    Browse the repository at this point in the history