about summary refs log tree commit diff stats
path: root/miasm/arch/ia32_sem.py
diff options
context:
space:
mode:
Diffstat (limited to 'miasm/arch/ia32_sem.py')
-rw-r--r--miasm/arch/ia32_sem.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm/arch/ia32_sem.py b/miasm/arch/ia32_sem.py
index 012705eb..e28c1327 100644
--- a/miasm/arch/ia32_sem.py
+++ b/miasm/arch/ia32_sem.py
@@ -2405,7 +2405,7 @@ class ia32_rexpr:
 
 
 
-def dict_to_Expr(d, modifs = {}, opmode = u32, admode = u32, segm_to_do = {}):
+def dict_to_Expr(d, modifs = {}, opmode = u32, admode = u32, segm_to_do = set()):
     size = [x86_afs.u32, x86_afs.u08][modifs[w8]==True]
     #overwrite w8
     if modifs[sd]!=None: