mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
Update capstone
This commit is contained in:
parent
af92520468
commit
84521c91d6
@ -8,9 +8,6 @@
|
||||
#if CS_API_MAJOR < 2
|
||||
#error Old Capstone not supported
|
||||
#endif
|
||||
#if CS_API_MINOR < 1
|
||||
#error Old Capstone not supported
|
||||
#endif
|
||||
|
||||
#define esilprintf(op, fmt, arg...) r_strbuf_setf (&op->esil, fmt, ##arg)
|
||||
#define INSOP(n) insn->detail->sparc.operands[n]
|
||||
|
@ -10,9 +10,6 @@
|
||||
#if CS_API_MAJOR < 2
|
||||
#error Old Capstone not supported
|
||||
#endif
|
||||
#if CS_API_MINOR < 1
|
||||
#error Old Capstone not supported
|
||||
#endif
|
||||
|
||||
#define esilprintf(op, fmt, arg...) r_strbuf_setf (&op->esil, fmt, ##arg)
|
||||
#define INSOP(n) insn->detail->sysz.operands[n]
|
||||
|
@ -8,9 +8,6 @@
|
||||
#if CS_API_MAJOR < 2
|
||||
#error Old Capstone not supported
|
||||
#endif
|
||||
#if CS_API_MINOR < 1
|
||||
#error Old Capstone not supported
|
||||
#endif
|
||||
|
||||
#define esilprintf(op, fmt, arg...) r_strbuf_setf (&op->esil, fmt, ##arg)
|
||||
#define INSOP(n) insn->detail->x86.operands[n]
|
||||
|
@ -8,9 +8,6 @@
|
||||
#if CS_API_MAJOR < 2
|
||||
#error Old Capstone not supported
|
||||
#endif
|
||||
#if CS_API_MINOR < 1
|
||||
#error Old Capstone not supported
|
||||
#endif
|
||||
|
||||
#define esilprintf(op, fmt, arg...) r_strbuf_setf (&op->esil, fmt, ##arg)
|
||||
#define INSOP(n) insn->detail->xcore.operands[n]
|
||||
|
@ -6,11 +6,11 @@ CS_VER=2.1.2
|
||||
CS_TAR=https://github.com/aquynh/capstone/archive/$(CS_VER).tar.gz
|
||||
CS_TAR=
|
||||
CS_URL=https://github.com/aquynh/capstone.git
|
||||
CS_UPD=20140815
|
||||
CS_UPD=20140827
|
||||
CS_BRA=v3
|
||||
#CS_TIP=48eb7a661456ea7816e49bbb6736a2a84942ed94
|
||||
#CS_TIP=590f23af543fe34a7d3979cda92b3587d3b2207f
|
||||
CS_TIP=aa791a2f48383d024bcfbae1542f5f2d05b27642
|
||||
CS_TIP=8a429c25ff38f34766991c11e310f202b4b55a10
|
||||
|
||||
.PHONY: capstone-sync capstone-build all clean mrproper libgdbr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user