mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-11 09:05:33 +00:00
Fix issue 195.
This commit is contained in:
parent
fb80381eb7
commit
c56b8db665
@ -199,8 +199,6 @@ R_API int r_anal_fcn(RAnal *anal, RAnalFunction *fcn, ut64 addr, ut8 *buf, ut64
|
||||
R_ANAL_REF_TYPE_CODE)) {
|
||||
r_anal_op_fini (&op);
|
||||
return R_ANAL_RET_ERROR;
|
||||
} else {
|
||||
return R_ANAL_RET_END;
|
||||
}
|
||||
case R_ANAL_OP_TYPE_CJMP:
|
||||
#if 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user