mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-30 08:50:42 +00:00
We can read more registers from M68K (#1151)
This commit is contained in:
parent
4820c91cf4
commit
e8cb987ead
@ -17,7 +17,7 @@ typedef struct m68k_info {
|
|||||||
unsigned int type;
|
unsigned int type;
|
||||||
unsigned int address_mask; /* Address mask to simulate address lines */
|
unsigned int address_mask; /* Address mask to simulate address lines */
|
||||||
cs_m68k extension;
|
cs_m68k extension;
|
||||||
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
|
||||||
uint8_t regs_read_count; // number of implicit registers read by this insn
|
uint8_t regs_read_count; // number of implicit registers read by this insn
|
||||||
uint16_t regs_write[20]; // list of implicit registers modified by this insn
|
uint16_t regs_write[20]; // list of implicit registers modified by this insn
|
||||||
uint8_t regs_write_count; // number of implicit registers modified by this insn
|
uint8_t regs_write_count; // number of implicit registers modified by this insn
|
||||||
|
Loading…
Reference in New Issue
Block a user