From 27fa5b2f879d8a64d15958eec00db628d4c07d06 Mon Sep 17 00:00:00 2001 From: serpilliere Date: Wed, 31 Oct 2012 15:55:08 +0100 Subject: ia32_arch: fix tipo --- miasm/arch/ia32_arch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miasm/arch/ia32_arch.py b/miasm/arch/ia32_arch.py index dc66fc0f..c81f2a18 100644 --- a/miasm/arch/ia32_arch.py +++ b/miasm/arch/ia32_arch.py @@ -2168,7 +2168,7 @@ class x86_mn: tmp_o = [a2,a1] if c.modifs[se] and size[0] !=size[1]: size[1] = size[0] - if size[0] !=size[1] and not name in ['movzx', 'mozsx']: + if size[0] !=size[1] and not name in ['movzx', 'movsx']: if tmp_order[0][x86_afs.ad]: size[1] = size[0] else: -- cgit 1.4.1