diff options
Diffstat (limited to 'miasm2/arch/x86/jit.py')
| -rw-r--r-- | miasm2/arch/x86/jit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/arch/x86/jit.py b/miasm2/arch/x86/jit.py index f574a3ee..b1d70f9b 100644 --- a/miasm2/arch/x86/jit.py +++ b/miasm2/arch/x86/jit.py @@ -111,7 +111,7 @@ class jitter_x86_32(jitter): if user_globals is None: user_globals = {} - from miasm2.jitter.os_dep import win_api_x86_32 + from miasm2.os_dep import win_api_x86_32 def handle_lib(jitter): fname = libs.fad2cname[jitter.pc] |