mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 16:18:33 +00:00
Fix warning
This commit is contained in:
parent
ca732f05be
commit
a80c1f2a4a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user