mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 23:20:40 +00:00
anal/p/anal_x86_cs: fix compilation on capstone < 4.0
This commit is contained in:
parent
d1bca7d4d8
commit
254ca808f7
@ -375,7 +375,9 @@ static int analop(RAnal *a, RAnalOp *op, ut64 addr, const ut8 *buf, int len) {
|
||||
case X86_INS_CLAC:
|
||||
case X86_INS_CLGI:
|
||||
case X86_INS_CLTS:
|
||||
#if CS_API_MAJOR >= 4
|
||||
case X86_INS_CLWB:
|
||||
#endif
|
||||
case X86_INS_STAC:
|
||||
case X86_INS_STGI:
|
||||
op->type = R_ANAL_OP_TYPE_MOV;
|
||||
|
Loading…
Reference in New Issue
Block a user