diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-06-18 10:12:58 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-06-18 10:30:32 +0200 |
commit | a85937266a56b22d456defe35cd5e041806d3353 (patch) | |
tree | e7157a2c9df70ad5574a98bdab69db1269b0d3b4 /testing | |
parent | 60fd1623f8cf55042d6c242e4f27893456817718 (diff) | |
download | aports-a85937266a56b22d456defe35cd5e041806d3353.tar.bz2 aports-a85937266a56b22d456defe35cd5e041806d3353.tar.xz |
testing/radare2: remove unused patch
Diffstat (limited to 'testing')
-rw-r--r-- | testing/radare2/anal_arm_cs_shift.patch | 7 |
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 @@ ---- 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 |