diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-07-10 14:38:37 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-07-13 20:30:53 +0200 |
| commit | c1980535a872cbd0e8a39b32e16a8e9d318c8134 (patch) | |
| tree | 9a63804aee2a2d957de1ca1873a32d0ca305d917 /miasm2/jitter/Jitllvm.c | |
| parent | 4a1dc7ab1796f5aecb35c2e4633b08f68ab21cef (diff) | |
| download | miasm-c1980535a872cbd0e8a39b32e16a8e9d318c8134.tar.gz miasm-c1980535a872cbd0e8a39b32e16a8e9d318c8134.zip | |
Jitter: use bignum
Diffstat (limited to 'miasm2/jitter/Jitllvm.c')
| -rw-r--r-- | miasm2/jitter/Jitllvm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/jitter/Jitllvm.c b/miasm2/jitter/Jitllvm.c index 6ecbd483..bb500d2e 100644 --- a/miasm2/jitter/Jitllvm.c +++ b/miasm2/jitter/Jitllvm.c @@ -6,6 +6,7 @@ #include "queue.h" #include "vm_mngr.h" #include "vm_mngr_py.h" +#include "bn.h" #include "JitCore.h" // Needed to get the JitCpu.cpu offset, arch independent #include "arch/JitCore_x86.h" |