mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
12 lines
322 B
Diff
12 lines
322 B
Diff
|
--- libr/anal/p/anal_mips_cs.c 2017-07-11 09:54:22.000000000 -0600
|
||
|
+++ libr/anal/p/anal_mips_cs.c.new 2017-07-17 02:54:34.091225475 -0600
|
||
|
@@ -596,7 +596,7 @@
|
||
|
mode |= CS_MODE_MIPS3;
|
||
|
} else if (!strcmp (anal->cpu, "v2")) {
|
||
|
#if CS_API_MAJOR > 3
|
||
|
- mode |= CS_MODE_MIPS2;
|
||
|
+ mode |= CS_MODE_MIPS32;
|
||
|
#endif
|
||
|
}
|
||
|
}
|