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 i64 eq/ne/etc comparisons #1460

Merged
merged 1 commit into from
Aug 29, 2023
Merged

Fix i64 eq/ne/etc comparisons #1460

merged 1 commit into from
Aug 29, 2023

Conversation

plajjan
Copy link
Contributor

@plajjan plajjan commented Aug 29, 2023

val is not a pointer. I suspect this was erroneously copied from our int implementation where val is a pointer to a bsdnt struct. Now fixed!

Fixes #1459

val is not a pointer. I suspect this was erroneously copied from our int
implementation where val is a pointer to a bsdnt struct. Now fixed!
@plajjan plajjan enabled auto-merge August 29, 2023 15:13
@plajjan plajjan merged commit 1853406 into main Aug 29, 2023
25 checks passed
@plajjan plajjan deleted the 1459-fix-i64_eq-etc branch August 29, 2023 16:17
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.

If-statement with i64 comparision not working as expected
1 participant