mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-27 00:05:10 +00:00
Revert change from uninitialized values
This commit is contained in:
parent
df4f5d70c0
commit
06b08f43b9
@ -628,11 +628,7 @@ static int arcompact_op(RAnal *anal, RAnalOp *op, ut64 addr, const ut8 *data, in
|
||||
} else if ((fields.format == 3) && ((fields.a & 0x20) == 0x20) && (fields.c == ARC_REG_LIMM)) {
|
||||
op->size = 8;
|
||||
fields.limm = words[1];
|
||||
} else {
|
||||
op->size = 0;
|
||||
fields.limm = 0;
|
||||
}
|
||||
|
||||
/* TODO: fill in the extansion functions */
|
||||
op->type = R_ANAL_OP_TYPE_UNK;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user