mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-12 09:38:20 +00:00
Use NULL ops by default in m68k analysis
This commit is contained in:
parent
3564ef7b34
commit
2892bad862
@ -34,7 +34,7 @@ static int m68k_op(RAnal *anal, RAnalOp *op, ut64 addr, const ut8 *b, int len) {
|
||||
if (op == NULL)
|
||||
return sz;
|
||||
memset (op, 0, sizeof (RAnalOp));
|
||||
op->type = R_ANAL_OP_TYPE_UNK;
|
||||
op->type = R_ANAL_OP_TYPE_NULL;
|
||||
op->nopcode = 1;
|
||||
sz = instlen (b, len);
|
||||
op->size = sz;
|
||||
|
Loading…
x
Reference in New Issue
Block a user