-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msp430: fix dadd operation and types for .b instructions (#67)
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
- Loading branch information
1 parent
f07fa48
commit d621f72
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters