diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2016-01-18 16:25:35 +0100 |
|---|---|---|
| committer | serpilliere <serpilliere@users.noreply.github.com> | 2016-01-18 16:25:35 +0100 |
| commit | d49e05f1aef8da814fa7bfc1b99e7051e51db0b0 (patch) | |
| tree | 0141677568133df85287f225ed5703df03352214 /miasm2/arch/x86/sem.py | |
| parent | 6c879d5e03fdfa973b0695cf8259231f09895bf9 (diff) | |
| parent | b421c5059f2a7bfd47b5bdf4c3488a3e8bda5b40 (diff) | |
| download | miasm-d49e05f1aef8da814fa7bfc1b99e7051e51db0b0.tar.gz miasm-d49e05f1aef8da814fa7bfc1b99e7051e51db0b0.zip | |
Merge pull request #284 from fmonjalet/feature_memstruct
Feature MemStruct
Diffstat (limited to 'miasm2/arch/x86/sem.py')
| -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 ff27937f..fde5e5f0 100644 --- a/miasm2/arch/x86/sem.py +++ b/miasm2/arch/x86/sem.py @@ -2860,7 +2860,6 @@ def icebp(ir, instr): return e, [] # XXX - def l_int(ir, instr, a): e = [] # XXX |