mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 00:38:55 +00:00
Fix capstone warnings
This commit is contained in:
parent
3fb504c814
commit
03479b5a1c
@ -576,6 +576,9 @@ static int analop(RAnal *a, RAnalOp *op, ut64 addr, const ut8 *buf, int len) {
|
||||
op->stackop = R_ANAL_STACK_GET;
|
||||
op->stackptr = regsz;
|
||||
break;
|
||||
default:
|
||||
/* unhandled */
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case X86_OP_IMM:
|
||||
|
Loading…
Reference in New Issue
Block a user