summaryrefslogtreecommitdiffstats
path: root/development/radare2/asm_mips_cs.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/radare2/asm_mips_cs.c.patch')
-rw-r--r--development/radare2/asm_mips_cs.c.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/radare2/asm_mips_cs.c.patch b/development/radare2/asm_mips_cs.c.patch
new file mode 100644
index 0000000000..bf3d46ec83
--- /dev/null
+++ b/development/radare2/asm_mips_cs.c.patch
@@ -0,0 +1,11 @@
+--- libr/asm/p/asm_mips_cs.c 2017-07-11 09:54:22.000000000 -0600
++++ libr/asm/p/asm_mips_cs.c.new 2017-07-17 03:01:49.521082563 -0600
+@@ -25,7 +25,7 @@
+ mode |= CS_MODE_MIPS3;
+ } else if (!strcmp (a->cpu, "v2")) {
+ #if CS_API_MAJOR > 3
+- mode |= CS_MODE_MIPS2;
++ mode |= CS_MODE_MIPS32;
+ #endif
+ }
+ }