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

Add padding to align atomic field on 32 bit system #2615

Closed
wants to merge 1 commit into from

Conversation

lugu
Copy link
Contributor

@lugu lugu commented Nov 4, 2021

Atomic operations on the 'dirty' field failed on 32 bit system because it is a 64 bit value and it is required to be 64-bit aligned.
Add some padding to properly align this field.

Fixes #2603

@andydotxyz
Copy link
Member

Thanks for the contribution but I think this has already been resolved on the release/v2.1.x branch, which will be merged into develop when 2.1.2 is out soon. If using that branch causes you problems we could cherry-pick the fix to develop earlier.

@lugu
Copy link
Contributor Author

lugu commented Nov 4, 2021

Super! Great job, keep going!

@lugu lugu closed this Nov 4, 2021
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.

None yet

2 participants