mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-28 00:33:36 +00:00
Fix integer size in opcode type attribute (#6000)
This commit is contained in:
parent
ce6d84a02d
commit
98dcb1cde5
@ -35,7 +35,7 @@ typedef struct _opcodes_tag_ {
|
||||
inst_handler_t handler;
|
||||
int cycles;
|
||||
int size;
|
||||
int type;
|
||||
ut64 type;
|
||||
} OPCODE_DESC;
|
||||
|
||||
static int avr_op_analyze(RAnal *anal, RAnalOp *op, ut64 addr, const ut8 *buf, CPU_MODEL *cpu);
|
||||
|
Loading…
x
Reference in New Issue
Block a user