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(aarch32/sysregs): fix the 64-bit register read function #184

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

AfonsoSantos96
Copy link
Member

The usage of unsigned long long for both variables may introduce unexpected values in the OR operation in the return statement, as the _temp variable is not guaranteed to be initialized to 0.

miguelafsilva5
miguelafsilva5 previously approved these changes Oct 15, 2024
@josecm josecm merged commit 5a67309 into bao-project:main Oct 17, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants