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

Unimplemented Global(s) (Signed Comparators) #411

Closed
WeeknightMVP opened this issue Apr 17, 2019 · 0 comments
Closed

Unimplemented Global(s) (Signed Comparators) #411

WeeknightMVP opened this issue Apr 17, 2019 · 0 comments
Assignees
Labels
type: bug Issues reporting bugs or unexpected/unwanted behavior

Comments

@WeeknightMVP
Copy link

$ saw
sawscript> fails do { print {{ 0x0 <=$ 0x1 }}; }
== Anticipated failure message ==
Unimplemented global: Cryptol.PSignedCmpSeqBool
sawscript> fails do { print {{ 0x0 <$ 0x1 }}; }
== Anticipated failure message ==
Unimplemented global: Cryptol.PSignedCmpSeqBool
sawscript> fails do { print {{ 0x0 >$ 0x1 }}; }
== Anticipated failure message ==
Unimplemented global: Cryptol.PSignedCmpSeqBool
sawscript> fails do { print {{ 0x0 >=$ 0x1 }}; }
== Anticipated failure message ==
Unimplemented global: Cryptol.PSignedCmpSeqBool
@brianhuffman brianhuffman self-assigned this Apr 17, 2019
@langston-barrett langston-barrett added the type: bug Issues reporting bugs or unexpected/unwanted behavior label Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Issues reporting bugs or unexpected/unwanted behavior
Projects
None yet
Development

No branches or pull requests

3 participants