about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--miasm2/arch/mips32/sem.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/arch/mips32/sem.py b/miasm2/arch/mips32/sem.py
index dea822b4..b52b8401 100644
--- a/miasm2/arch/mips32/sem.py
+++ b/miasm2/arch/mips32/sem.py
@@ -402,6 +402,7 @@ mnemo_func = sbuild.functions
 mnemo_func.update({
         'add.d': add_d,
         'addu': addiu,
+        'addi': addiu,
         'and': l_and,
         'andi': l_and,
         'b': l_b,