about summary refs log tree commit diff stats
path: root/miasm2/arch
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-04-24 10:08:23 +0200
committerAjax <commial@gmail.com>2015-04-24 10:08:23 +0200
commit568dd3641a10e0887700a3a3433e2e20e8e37825 (patch)
treed957d20917a97635d4d2b56a3d60a3360aaa1879 /miasm2/arch
parentd0fd34c341103d17c7f7a6409d23a34b7d362747 (diff)
downloadmiasm-568dd3641a10e0887700a3a3433e2e20e8e37825.tar.gz
miasm-568dd3641a10e0887700a3a3433e2e20e8e37825.zip
SemBuilder: PreInit context with needed values
Diffstat (limited to 'miasm2/arch')
-rw-r--r--miasm2/arch/mips32/sem.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm2/arch/mips32/sem.py b/miasm2/arch/mips32/sem.py
index 9589eb1e..ca368883 100644
--- a/miasm2/arch/mips32/sem.py
+++ b/miasm2/arch/mips32/sem.py
@@ -10,7 +10,6 @@ ctx = {"R_LO": R_LO,
        "R_HI": R_HI,
        "PC": PC,
        "RA": RA}
-ctx.update(m2_expr.__dict__)
 sbuild = SemBuilder(ctx)