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 -definelabel sign extend (fixes #158) #159

Merged
merged 1 commit into from Oct 24, 2019
Merged

Fix -definelabel sign extend (fixes #158) #159

merged 1 commit into from Oct 24, 2019

Conversation

Prof9
Copy link
Contributor

@Prof9 Prof9 commented Oct 24, 2019

This should fix #158 by changing the LabelDefinition type from 32-bit to 64-bit.

Unfortunately, I can't add a proper test case this time, since there is currently no way to run tests with arbitrary arguments (e.g. -definelabel). But I've tested a few cases manually and it seems to work fine.

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.

-definelabel is sign-extended from 32-bit to 64-bit
2 participants