Fix warning

This commit is contained in:
Álvaro Felipe Melchor 2016-09-22 19:04:02 +02:00
parent ca732f05be
commit a80c1f2a4a

View File

@ -3195,7 +3195,7 @@ R_API void r_core_anal_esil(RCore *core, const char *str, const char *target) {
if ((target && dst == ntarget) || !target) {
if (myvalid (dst) && r_io_is_valid_offset (mycore->io, dst, 0)) {
RAnalRefType ref =
op.type & R_ANAL_OP_TYPE_MASK == R_ANAL_OP_TYPE_UCALL
(op.type & R_ANAL_OP_TYPE_MASK) == R_ANAL_OP_TYPE_UCALL
? R_ANAL_REF_TYPE_CALL
: R_ANAL_REF_TYPE_CODE;
r_anal_ref_add (core->anal, dst, cur, ref);