diff options
Diffstat (limited to 'testing/radare2/anal_arm_cs_shift.patch')
-rw-r--r-- | testing/radare2/anal_arm_cs_shift.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/radare2/anal_arm_cs_shift.patch b/testing/radare2/anal_arm_cs_shift.patch new file mode 100644 index 0000000000..727a37ac2d --- /dev/null +++ b/testing/radare2/anal_arm_cs_shift.patch @@ -0,0 +1,7 @@ +--- old/libr/anal/p/anal_arm_cs.c ++++ new/libr/anal/p/anal_arm_cs.c +@@ -25,3 +25,3 @@ + #define ISMEM(x) insn->detail->arm.operands[x].type == ARM_OP_MEM +-#define LSHIFT(x) insn->detail->arm.operands[x].mem.lshift ++#define LSHIFT(x) insn->detail->arm.operands[x].shift.value + #define LSHIFT2(x) insn->detail->arm.operands[x].shift.value |