diff options
Diffstat (limited to 'miasm2/arch/mips32/arch.py')
| -rw-r--r-- | miasm2/arch/mips32/arch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/arch/mips32/arch.py b/miasm2/arch/mips32/arch.py index 9d452e68..d8420a65 100644 --- a/miasm2/arch/mips32/arch.py +++ b/miasm2/arch/mips32/arch.py @@ -206,7 +206,7 @@ class mn_mips32b(cls_mn): return info @classmethod - def getbits(cls, bs, start, n): + def getbits(cls, bs, attrib, start, n): if not n: return 0 o = 0 |