Skip to content

Commit e8cb987

Browse files
catenacyberaquynh
authored andcommitted
We can read more registers from M68K (capstone-engine#1151)
1 parent 4820c91 commit e8cb987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arch/M68K/M68KDisassembler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ typedef struct m68k_info {
1717
unsigned int type;
1818
unsigned int address_mask; /* Address mask to simulate address lines */
1919
cs_m68k extension;
20-
uint16_t regs_read[12]; // list of implicit registers read by this insn
20+
uint16_t regs_read[20]; // list of implicit registers read by this insn
2121
uint8_t regs_read_count; // number of implicit registers read by this insn
2222
uint16_t regs_write[20]; // list of implicit registers modified by this insn
2323
uint8_t regs_write_count; // number of implicit registers modified by this insn

0 commit comments

Comments
 (0)