about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2016-07-28 17:47:19 +0200
committerAjax <commial@gmail.com>2016-07-28 17:47:19 +0200
commitf770c1e026df28a88335781b701619818f554674 (patch)
tree0f8b9ff926b8568711096beba30a09d00d4cb5f8
parent634926db3ebf03ca4be81d564144270a97c489b0 (diff)
downloadmiasm-f770c1e026df28a88335781b701619818f554674.tar.gz
miasm-f770c1e026df28a88335781b701619818f554674.zip
Remove duplicate call to mod_pc
-rw-r--r--miasm2/arch/x86/sem.py1
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