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

{aarch32,x86}-symbolic: A bit more work on exceptions #370

Merged
merged 4 commits into from
Jan 24, 2024

Conversation

langston-barrett
Copy link
Contributor

Fixes #369.

@langston-barrett langston-barrett self-assigned this Jan 24, 2024
\case
MissingPrimFnSemantics fn ->
pretty "Symbolic execution semantics for x86 primitive function are not implemented yet:"
<+> I.runIdentity (MC.ppArchFn (I.Identity . liftAtomIn (pretty . regType)) fn)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This line is mostly copy-pasted from various spots, not sure it's correct but it does typecheck 🤷

@langston-barrett langston-barrett marked this pull request as ready for review January 24, 2024 16:03
@langston-barrett langston-barrett merged commit c6c48b6 into master Jan 24, 2024
3 checks passed
@langston-barrett langston-barrett deleted the lb/aarch32-exceptions branch January 24, 2024 16:03
RyanGlScott added a commit that referenced this pull request Jul 19, 2024
Fixes #385 (and finishes the work started in #370).
RyanGlScott added a commit that referenced this pull request Aug 1, 2024
Fixes #385 (and finishes the work started in #370).
RyanGlScott added a commit that referenced this pull request Aug 1, 2024
Fixes #385 (and finishes the work started in #370).
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.

aarch32-symbolic: Export AArch32Exception
2 participants