Skip to content

Commit

Permalink
merge armv7/thumb fixed semantics, x86 fpu added
Browse files Browse the repository at this point in the history
  • Loading branch information
bdcht committed Oct 19, 2014
1 parent 79f1e9b commit cf813ac
Show file tree
Hide file tree
Showing 13 changed files with 1,612 additions and 691 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
tags
*.pyc
<<<<<<< HEAD
=======
*.swp
>>>>>>> develop
build/
tests/
4 changes: 4 additions & 0 deletions amoco/arch/arm/cpu_armv7.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
from amoco.arch.arm.v7 import spec_armv7
from amoco.arch.arm.v7 import spec_thumb

from amoco.arch.arm.v7.formats import ARM_V7_full
instruction.set_formatter(ARM_V7_full)


mode = (lambda : internals['isetstate'])
endian = (lambda : 1 if internals['endianstate']==0 else -1)

Expand Down
Loading

0 comments on commit cf813ac

Please sign in to comment.