diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/opcode/i386.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 5ef479aa0fd..8954558c223 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2019-07-16 Jan Beulich <jbeulich@suse.com> + + * opcode/i386.h (POP_SEG386_SHORT): New. + 2019-07-01 Matthew Malcomson <matthew.malcomson@arm.com> * opcode/aarch64.h (enum aarch64_insn_class): sve_size_013 diff --git a/include/opcode/i386.h b/include/opcode/i386.h index b51463836d7..4f7836c2a1e 100644 --- a/include/opcode/i386.h +++ b/include/opcode/i386.h @@ -46,6 +46,7 @@ #define MOV_AX_DISP32 0xa0 #define POP_SEG_SHORT 0x07 +#define POP_SEG386_SHORT 0xfa1 #define JUMP_PC_RELATIVE 0xeb #define INT_OPCODE 0xcd #define INT3_OPCODE 0xcc |