We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using java type byte or char in a JVM spec with jvm_verify results in an error message like this:
byte
char
jvm_verify
resolveSAWTerm: unimplemented type char (FIXME)
We need to add support for these types in all the JVM verification commands.
The text was updated successfully, but these errors were encountered:
Add support for small types (byte, char, short) in jvm verification.
5dec004
Fixes #1006.
Add integration test for #1006.
1948c21
4602bc9
8aa4f53
Successfully merging a pull request may close this issue.
Using java type
byte
orchar
in a JVM spec withjvm_verify
results in an error message like this:We need to add support for these types in all the JVM verification commands.
The text was updated successfully, but these errors were encountered: