diff options
Diffstat (limited to '')
| -rw-r--r-- | miasm2/arch/mips32/sem.py | 1 |
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) |