diff options
| author | Ajax <commial@gmail.com> | 2016-07-28 17:47:19 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2016-07-28 17:47:19 +0200 |
| commit | f770c1e026df28a88335781b701619818f554674 (patch) | |
| tree | 0f8b9ff926b8568711096beba30a09d00d4cb5f8 | |
| parent | 634926db3ebf03ca4be81d564144270a97c489b0 (diff) | |
| download | miasm-f770c1e026df28a88335781b701619818f554674.tar.gz miasm-f770c1e026df28a88335781b701619818f554674.zip | |
Remove duplicate call to mod_pc
| -rw-r--r-- | miasm2/arch/x86/sem.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm2/arch/x86/sem.py b/miasm2/arch/x86/sem.py index 28e42353..d3e976c2 100644 --- a/miasm2/arch/x86/sem.py +++ b/miasm2/arch/x86/sem.py @@ -4484,7 +4484,6 @@ class ir_x86_16(ir): instr_ir, extra_ir = mnemo_func[ instr.name.lower()](self, instr, *args) - self.mod_pc(instr, instr_ir, extra_ir) self.mod_pc(instr, instr_ir, extra_ir) instr.additional_info.except_on_instr = False |