Skip to content

BlocksRuntime: match the ABI specification for LLP64 #371

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

Merged
merged 1 commit into from
Jun 23, 2018

Conversation

compnerd
Copy link
Member

The Blocks ABI v1 defined the size and reserved fields as unsigned long int rather than uintptr_t. This breaks on LLP64 hosts where
uintptr_t is larger than unsigned long int. Make this conform to
the specification.

The Blocks ABI v1 defined the `size` and `reserved` fields as `unsigned
long int` rather than `uintptr_t`.  This breaks on LLP64 hosts where
`uintptr_t` is larger than `unsigned long int`.  Make this conform to
the specification.
@compnerd
Copy link
Member Author

CC: @MadCoder

@compnerd
Copy link
Member Author

@swift-ci please test

@MadCoder MadCoder merged commit 6bf3065 into swiftlang:master Jun 23, 2018
ktopley-apple pushed a commit that referenced this pull request Dec 6, 2018
BlocksRuntime: match the ABI specification for LLP64
Signed-off-by: Kim Topley <ktopley@apple.com>
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