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-symbolic: Named Indexes into ArchRegContext AArch32 #438

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

langston-barrett
Copy link
Contributor

... like the ones for x86_64. These will help in development of a concrete syntax for macaw-symbolic-aarch32, and can be helpful when setting up or interpreting the results from symbolic execution.

... like the ones for x86_64. These will help in development of a
concrete syntax for macaw-symbolic-aarch32, and can be helpful when
setting up or interpreting the results from symbolic execution.
@langston-barrett langston-barrett self-assigned this Sep 20, 2024
@langston-barrett langston-barrett marked this pull request as ready for review September 20, 2024 19:09
@langston-barrett langston-barrett added the arch:aarch32 AArch32 (32 bit ARM) issues label Sep 20, 2024
Comment on lines +207 to +209
type family CtxRepeat (n :: Nat) (c :: k) :: Ctx.Ctx k where
CtxRepeat 0 c = Ctx.EmptyCtx
CtxRepeat n c = CtxRepeat (n - 1) c Ctx.::> c
Copy link
Contributor

Choose a reason for hiding this comment

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

We should mention this in #410.

@langston-barrett langston-barrett merged commit edbcee3 into master Sep 20, 2024
4 checks passed
@langston-barrett langston-barrett deleted the lb/arm-regs branch September 20, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch:aarch32 AArch32 (32 bit ARM) issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants