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 integer u32 #134

Closed
wants to merge 4 commits into from
Closed

Fix integer u32 #134

wants to merge 4 commits into from

Conversation

Jamaika1
Copy link
Contributor

@Jamaika1 Jamaika1 commented Aug 2, 2024

No description provided.

@dariusz-f dariusz-f added the invalid This doesn't seem right label Aug 6, 2024
Copy link
Collaborator

@dariusz-f dariusz-f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closing as invalid

@@ -240,8 +240,8 @@ void xeve_bsw_write_ue(XEVE_BSW * bs, u32 val)
xeve_bsw_write(bs, code, len_c);
}

void xeve_bsw_write_se(XEVE_BSW * bs, int val)
void xeve_bsw_write_se(XEVE_BSW * bs, u32 val)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function _se works on signed data. Function above _ue works on unsigned.
Your change is invalid.

@dariusz-f dariusz-f closed this Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants