about summary refs log tree commit diff stats
path: root/miasm2/arch/x86/regs.py
diff options
context:
space:
mode:
authorserpilliere <fabrice.desclaux@cea.fr>2015-02-21 21:34:52 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2016-11-04 16:45:46 +0100
commit895263f702876a2cdf3bd1e9359ce1b0340f87fd (patch)
tree23135227a64390adcf153120f841d28f4d2ed530 /miasm2/arch/x86/regs.py
parent8e8a60b5d55db6209d05577d038ed3b4dc961b60 (diff)
downloadmiasm-895263f702876a2cdf3bd1e9359ce1b0340f87fd.tar.gz
miasm-895263f702876a2cdf3bd1e9359ce1b0340f87fd.zip
Expression: remove is_term attribute
Diffstat (limited to '')
-rw-r--r--miasm2/arch/x86/regs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm2/arch/x86/regs.py b/miasm2/arch/x86/regs.py
index 18083a04..34585dae 100644
--- a/miasm2/arch/x86/regs.py
+++ b/miasm2/arch/x86/regs.py
@@ -430,7 +430,6 @@ all_regs_ids_init = [ExprId("%s_init" % x.name, x.size) for x in all_regs_ids]
 
 regs_init = {}
 for i, r in enumerate(all_regs_ids):
-    all_regs_ids_init[i].is_term = True
     regs_init[r] = all_regs_ids_init[i]
 
 regs_flt_expr = [float_st0, float_st1, float_st2, float_st3,