diff options
Diffstat (limited to 'include/opcode')
-rw-r--r-- | include/opcode/i386.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |