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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/miasm2/arch/mips32/arch.py b/miasm2/arch/mips32/arch.py
index a5463b6f..f64e09e5 100644
--- a/miasm2/arch/mips32/arch.py
+++ b/miasm2/arch/mips32/arch.py
@@ -189,7 +189,7 @@ class instruction_mips32(cpu.instruction):
 
 
 class mn_mips32(cpu.cls_mn):
-    delayslot = 0
+    delayslot = 1
     name = "mips32"
     regs = regs
     bintree = {}
@@ -297,7 +297,7 @@ class mips32_fccreg(mips32_reg):
     parser = reg_info.parser
 
 class mips32_imm(cpu.imm_noarg):
-    parser = cpu.base_expr
+    parser = base_expr
 
 
 class mips32_s16imm_noarg(mips32_imm):