diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2020-12-07 17:33:24 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2020-12-24 17:15:46 +0100 |
| commit | 18c181785f4a251795f541379db7c7bf74eeb8c4 (patch) | |
| tree | 63274aa39b3d048624b090d4779571ea6b75e705 /test/arch/x86/sem.py | |
| parent | e6ec952904419c73531ab62443ade23985317daf (diff) | |
| download | miasm-18c181785f4a251795f541379db7c7bf74eeb8c4.tar.gz miasm-18c181785f4a251795f541379db7c7bf74eeb8c4.zip | |
Rename x86 lifter
Diffstat (limited to 'test/arch/x86/sem.py')
| -rwxr-xr-x | test/arch/x86/sem.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/x86/sem.py b/test/arch/x86/sem.py index 9c7e972b..ecee5772 100755 --- a/test/arch/x86/sem.py +++ b/test/arch/x86/sem.py @@ -14,7 +14,7 @@ import copy from miasm.ir.symbexec import SymbolicExecutionEngine from miasm.arch.x86.arch import mn_x86 as mn -from miasm.arch.x86.sem import ir_x86_32 as ir_32, ir_x86_64 as ir_64 +from miasm.arch.x86.sem import Lifter_X86_32 as ir_32, Lifter_X86_64 as ir_64 from miasm.arch.x86.regs import * from miasm.expression.expression import * from miasm.expression.simplifications import expr_simp |