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

winch(aarch64): Fix effective address calculation #10297

Merged

Conversation

saulecabrera
Copy link
Member

@saulecabrera saulecabrera commented Feb 26, 2025

This patch builds on top of #10263, only the last commit is relevant.

load_addr should load the effective address, not the contents of the
address.

This was causing issues with indirect function calls.

@saulecabrera saulecabrera requested review from a team as code owners February 26, 2025 14:29
@saulecabrera saulecabrera requested review from cfallin and dicej and removed request for a team February 26, 2025 14:29
`load_addr` should load the effective address, not the contents of the
address.

This was causing issues with indirect function calls.
@saulecabrera saulecabrera force-pushed the winch-aarch64-effective-addr branch from 855129e to c969fa2 Compare February 26, 2025 17:44
@github-actions github-actions bot added the winch Winch issues or pull requests label Feb 26, 2025
Copy link

Subscribe to Label Action

cc @saulecabrera

This issue or pull request has been labeled: "winch"

Thus the following users have been cc'd because of the following labels:

  • saulecabrera: winch

To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file.

Learn more.

Copy link
Member

@cfallin cfallin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@saulecabrera saulecabrera added this pull request to the merge queue Feb 27, 2025
Merged via the queue into bytecodealliance:main with commit 89ebd45 Feb 27, 2025
39 checks passed
@saulecabrera saulecabrera deleted the winch-aarch64-effective-addr branch February 27, 2025 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
winch Winch issues or pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants