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

Change immediate to be signed #197

Merged
merged 2 commits into from
Feb 9, 2024
Merged

Conversation

hawkinsw
Copy link
Collaborator

@hawkinsw hawkinsw commented Feb 9, 2024

Most (all?) ebpf libraries store the immediate value is a signed 32-bit int. In fact, our internal struct does that, too. Make it consistent throughout the codebase.

Most (all?) ebpf libraries store the immediate value is a signed 32-bit
int. In fact, our internal struct does that, too. Make it consistent
throughout the codebase.

Signed-off-by: Will Hawkins <[email protected]>
@coveralls
Copy link

coveralls commented Feb 9, 2024

Coverage Status

coverage: 95.402%. remained the same
when pulling c32329b on hawkinsw:signedness_fix
into 05abeb5 on Alan-Jowett:main.

@Alan-Jowett Alan-Jowett merged commit 4526e43 into Alan-Jowett:main Feb 9, 2024
18 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