mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
8 lines
336 B
Diff
8 lines
336 B
Diff
--- 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
|