We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4820c91 commit e8cb987Copy full SHA for e8cb987
arch/M68K/M68KDisassembler.h
@@ -17,7 +17,7 @@ typedef struct m68k_info {
17
unsigned int type;
18
unsigned int address_mask; /* Address mask to simulate address lines */
19
cs_m68k extension;
20
- uint16_t regs_read[12]; // list of implicit registers read by this insn
+ uint16_t regs_read[20]; // list of implicit registers read by this insn
21
uint8_t regs_read_count; // number of implicit registers read by this insn
22
uint16_t regs_write[20]; // list of implicit registers modified by this insn
23
uint8_t regs_write_count; // number of implicit registers modified by this insn
0 commit comments