diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-12-03 11:08:52 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-12-03 11:26:45 +0100 |
| commit | ab7ef5529441320f2483872bb0c35cf22615aaa2 (patch) | |
| tree | 618264902969ef94fd906e124a509c147dfeed6b /setup.py | |
| parent | c5aa711745449cabd5bc0171ad0ed56b8d3a6881 (diff) | |
| download | miasm-ab7ef5529441320f2483872bb0c35cf22615aaa2.tar.gz miasm-ab7ef5529441320f2483872bb0c35cf22615aaa2.zip | |
Jitter: move loader specific code to a submodule
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 73f98858..de1667e9 100755 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ def buil_all(): 'miasm2/os_dep', 'miasm2/jitter', 'miasm2/jitter/arch', + 'miasm2/jitter/loader', ] ext_modules_no_tcc = [ Extension("miasm2.jitter.arch.JitCore_x86", |