about summary refs log tree commit diff stats
path: root/miasm2/arch/mips32/arch.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--miasm2/arch/mips32/arch.py3
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):