summaryrefslogtreecommitdiffstats
path: root/testing/radare2/anal_arm_cs_shift.patch
blob: 727a37ac2dffe39aabba6585c95b632425e1e3de (plain)
1
2
3
4
5
6
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