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: Fix incorrect use of unsigned_abs() for i32 type in rv_trace.rs #570

Closed
wants to merge 1 commit into from

Conversation

fragchain
Copy link

unsigned_abs() was being used on an i32 type, which doesn't exist.
I replaced it with abs() to correctly get the absolute value as i32, and then cast it to u64 as needed.

@moodlezoup
Copy link
Collaborator

@moodlezoup moodlezoup closed this Jan 27, 2025
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.

2 participants