mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 22:00:18 +00:00
Upgrade capstone from -next
This commit is contained in:
parent
5c7313641d
commit
ca732f05be
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user