diff options
| author | Camille Mougey <camille.mougey@cea.fr> | 2015-02-18 14:19:56 +0100 |
|---|---|---|
| committer | Camille Mougey <camille.mougey@cea.fr> | 2015-02-18 20:42:54 +0100 |
| commit | d2cc082ba50397609e186d516b75226d638841d3 (patch) | |
| tree | cd47a1cd48aa096f852654c774402bca903e3748 /miasm2/arch/mips32/arch.py | |
| parent | d7b6cd2f8a992b56bec4a8aa60f1cdf99a560583 (diff) | |
| download | miasm-d2cc082ba50397609e186d516b75226d638841d3.tar.gz miasm-d2cc082ba50397609e186d516b75226d638841d3.zip | |
PyLint: Import errors, pointless statements (`fds`), bad indentation
Diffstat (limited to '')
| -rw-r--r-- | miasm2/arch/mips32/arch.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/miasm2/arch/mips32/arch.py b/miasm2/arch/mips32/arch.py index eb163daa..00dc09ed 100644 --- a/miasm2/arch/mips32/arch.py +++ b/miasm2/arch/mips32/arch.py @@ -486,8 +486,7 @@ class bs_cond(bs_mod_name): ] def modname(self, name, f_i): - fds - return name + self.args['mn_mod'][f_i] + raise NotImplementedError("Not implemented") class bs_cond_name(bs_divert): |