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

msp430: fix dadd operation and types for .b instructions #67

Merged
merged 1 commit into from
May 8, 2024

Conversation

jovanbulck
Copy link
Contributor

Fixes assertion errors in vex_helper.py, e.g. below:

AssertionError: operation needs to be well typed: Xor16(t6,t9) types: t0:Ity_I16 t1:Ity_I16 t2:Ity_I16 t3:Ity_I8 t4:Ity_I16 t5:Ity_I16 t6:Ity_I16 t7:Ity_I8 t8:Ity_I8 t9:Ity_I8

Fixes assertion errors in vex_helper.py, e.g. below:

AssertionError: operation needs to be well typed: Xor16(t6,t9)
types: t0:Ity_I16 t1:Ity_I16 t2:Ity_I16 t3:Ity_I8 t4:Ity_I16 t5:Ity_I16 t6:Ity_I16
t7:Ity_I8 t8:Ity_I8 t9:Ity_I8
@twizmwazin twizmwazin merged commit d621f72 into angr:master May 8, 2024
13 checks passed
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.

2 participants