diff options
| author | Camille Mougey <camille.mougey@cea.fr> | 2015-02-16 16:40:19 +0100 |
|---|---|---|
| committer | Camille Mougey <camille.mougey@cea.fr> | 2015-02-16 16:40:19 +0100 |
| commit | 0fcd954e10351f914b37a96d498aec39feb30b24 (patch) | |
| tree | c1f68a979bfac603a3beccea678d4b8cfe3391dc /miasm2/arch/x86/arch.py | |
| parent | f6ba0b1b608a060ef5040d9937f6c7014383da6c (diff) | |
| download | miasm-0fcd954e10351f914b37a96d498aec39feb30b24.tar.gz miasm-0fcd954e10351f914b37a96d498aec39feb30b24.zip | |
PyLint: Unreachable code
Diffstat (limited to 'miasm2/arch/x86/arch.py')
| -rw-r--r-- | miasm2/arch/x86/arch.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm2/arch/x86/arch.py b/miasm2/arch/x86/arch.py index b1d671d1..2e858756 100644 --- a/miasm2/arch/x86/arch.py +++ b/miasm2/arch/x86/arch.py @@ -915,7 +915,6 @@ class mn_x86(cls_mn): def getnextflow(self, symbol_pool): raise NotImplementedError('not fully functional') - return self.offset + 4 def ir_pre_instruction(self): return [ExprAff(mRIP[self.mode], |