aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-06-18 10:12:58 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-06-18 10:30:32 +0200
commita85937266a56b22d456defe35cd5e041806d3353 (patch)
treee7157a2c9df70ad5574a98bdab69db1269b0d3b4
parent60fd1623f8cf55042d6c242e4f27893456817718 (diff)
downloadalpine_aports-a85937266a56b22d456defe35cd5e041806d3353.tar.bz2
alpine_aports-a85937266a56b22d456defe35cd5e041806d3353.tar.xz
alpine_aports-a85937266a56b22d456defe35cd5e041806d3353.zip
testing/radare2: remove unused patch
-rw-r--r--testing/radare2/anal_arm_cs_shift.patch7
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/radare2/anal_arm_cs_shift.patch b/testing/radare2/anal_arm_cs_shift.patch
deleted file mode 100644
index 727a37ac2d..0000000000
--- a/testing/radare2/anal_arm_cs_shift.patch
+++ /dev/null
@@ -1,7 +0,0 @@
1--- old/libr/anal/p/anal_arm_cs.c
2+++ new/libr/anal/p/anal_arm_cs.c
3@@ -25,3 +25,3 @@
4 #define ISMEM(x) insn->detail->arm.operands[x].type == ARM_OP_MEM
5-#define LSHIFT(x) insn->detail->arm.operands[x].mem.lshift
6+#define LSHIFT(x) insn->detail->arm.operands[x].shift.value
7 #define LSHIFT2(x) insn->detail->arm.operands[x].shift.value