about summary refs log tree commit diff stats
path: root/miasm2/arch/mips32/jit.py
diff options
context:
space:
mode:
Diffstat (limited to 'miasm2/arch/mips32/jit.py')
-rw-r--r--miasm2/arch/mips32/jit.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/miasm2/arch/mips32/jit.py b/miasm2/arch/mips32/jit.py
index 70e05380..132e5da5 100644
--- a/miasm2/arch/mips32/jit.py
+++ b/miasm2/arch/mips32/jit.py
@@ -16,8 +16,8 @@ class jitter_mips32(jitter):
     def __init__(self, *args, **kwargs):
         sp = asmbloc.asm_symbol_pool()
         jitter.__init__(self, ir_mips32(sp), *args, **kwargs)
-        self.my_ir.jit_pc = self.my_ir.arch.regs.PC
-        self.my_ir.attrib = 'l'
+        self.ir_arch.jit_pc = self.ir_arch.arch.regs.PC
+        self.ir_arch.attrib = 'l'
 
     def vm_push_uint32_t(self, v):
         self.cpu.SP -= 4