mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-20 06:21:49 +00:00
Add ENDING constants to be consistent with other archs
This commit is contained in:
parent
6588833a56
commit
d35a2b7738
@ -567,8 +567,17 @@ typedef enum m68k_insn {
|
||||
M68K_INS_TST,
|
||||
M68K_INS_UNLK,
|
||||
M68K_INS_UNPK,
|
||||
M68K_INS_ENDING, // <-- mark the end of the list of instructions
|
||||
|
||||
} m68k_insn;
|
||||
|
||||
//> Group of M68K instructions
|
||||
typedef enum m68k_insn_group {
|
||||
M68K_GRP_INVALID = 0, // = CS_GRP_INVALID
|
||||
M68K_GRP_ENDING,// <-- mark the end of the list of groups
|
||||
} m68k_insn_group;
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user