Upgrade capstone from -next

This commit is contained in:
radare 2016-09-22 18:50:05 +02:00 committed by GitHub
parent 5c7313641d
commit ca732f05be
2 changed files with 2 additions and 4 deletions

View File

@ -294,7 +294,6 @@ static void anop_esil (RAnal *a, RAnalOp *op, ut64 addr, const ut8 *buf, int len
case X86_INS_FXCH:
break;
case X86_INS_FTST:
case X86_INS_FUCOMPI:
case X86_INS_FUCOMI:
case X86_INS_FUCOMPP:
case X86_INS_FUCOMP:
@ -1514,7 +1513,6 @@ static void anop(RAnal *a, RAnalOp *op, ut64 addr, const ut8 *buf, int len, csh
op->type = R_ANAL_OP_TYPE_STORE;
break;
case X86_INS_FTST:
case X86_INS_FUCOMPI:
case X86_INS_FUCOMI:
case X86_INS_FUCOMPP:
case X86_INS_FUCOMP:

View File

@ -23,9 +23,9 @@ CS_PATCHES=0
else
CS_TAR=
CS_URL=$(GIT_PREFIX)github.com/aquynh/capstone.git
CS_UPD=20160828
CS_UPD=20160922
CS_BRA=next
CS_TIP=87a25bb543c8e4c09b48d4b4a6c7db31ce58df06
CS_TIP=9b5f404d751d72a2e1cfe82e04fca0a3732bad30
# REVERT THIS COMMIT BECAUSE ITS WRONG
CS_REV=
CS_PATCHES=1