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

Handle 64-bit syscall arguments on 32 bit architectures #1342

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

lacraig2
Copy link
Member

@lacraig2 lacraig2 commented Aug 28, 2023

This PR resolves the problems with 64-bit syscall arguments as described in #1338.

It does so by forcing syscalls to follow the standard set out by their ABI and combining 32-bit results into 64-bit values when appropriate.

This PR must be merged after #1341

@lacraig2 lacraig2 merged commit 102be8d into dev Sep 8, 2023
27 checks passed
@lacraig2 lacraig2 deleted the handle_64_on_32_bit branch September 8, 2023 22:45
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

1 participant