Update capstone

This commit is contained in:
pancake 2014-08-27 03:51:57 +02:00
parent af92520468
commit 84521c91d6
5 changed files with 2 additions and 14 deletions

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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