Add new opcodes to anal_x86_udis86

This commit is contained in:
Roi Martin (@nibble_ds) 2013-03-18 23:42:44 +01:00
parent c11bf6c1cb
commit d0d9a963a7

View file

@ -71,6 +71,9 @@ int x86_udis86_op(RAnal *anal, RAnalOp *op, ut64 addr, const ut8 *data, int len)
case UD_Isyscall:
op->type = R_ANAL_OP_TYPE_SWI;
break;
case UD_Inop:
op->type = R_ANAL_OP_TYPE_NOP;
break;
default:
break;
}