about summary refs log tree commit diff stats
path: root/test/arch/x86/arch.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2020-12-07 17:33:24 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2020-12-24 17:15:46 +0100
commit18c181785f4a251795f541379db7c7bf74eeb8c4 (patch)
tree63274aa39b3d048624b090d4779571ea6b75e705 /test/arch/x86/arch.py
parente6ec952904419c73531ab62443ade23985317daf (diff)
downloadmiasm-18c181785f4a251795f541379db7c7bf74eeb8c4.tar.gz
miasm-18c181785f4a251795f541379db7c7bf74eeb8c4.zip
Rename x86 lifter
Diffstat (limited to 'test/arch/x86/arch.py')
-rw-r--r--test/arch/x86/arch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index 0455462d..bedbc503 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -6,7 +6,7 @@ from miasm.core.utils import decode_hex, encode_hex
 import miasm.expression.expression as m2_expr
 from miasm.arch.x86.arch import mn_x86, deref_mem_ad, \
     base_expr, rmarg, print_size
-from miasm.arch.x86.sem import ir_x86_16, ir_x86_32, ir_x86_64
+from miasm.arch.x86.sem import Lifter_X86_16, Lifter_X86_32, Lifter_X86_64
 from miasm.core.bin_stream import bin_stream_str
 from miasm.core.locationdb import LocationDB