diff options
| author | serpilliere <devnull@localhost> | 2014-08-06 17:28:13 +0200 |
|---|---|---|
| committer | serpilliere <devnull@localhost> | 2014-08-06 17:28:13 +0200 |
| commit | 376576de29b55f10d645bb428fab793b56cf4168 (patch) | |
| tree | 6b24fe2e2e44d302a92ff74f9c1ce42a0b3b06a4 /setup.py | |
| parent | 8cbb7db586badb5102d411af479e2d7ab42ce40c (diff) | |
| download | miasm-376576de29b55f10d645bb428fab793b56cf4168.tar.gz miasm-376576de29b55f10d645bb428fab793b56cf4168.zip | |
Add mips32 arch
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py index 5292a849..fcc8f7a6 100755 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ def buil_all(): 'miasm2/arch/arm', 'miasm2/arch/msp430', 'miasm2/arch/sh4', + 'miasm2/arch/mips32', 'miasm2/core', 'miasm2/expression', 'miasm2/ir', |