diff options
Diffstat (limited to 'opcodes/i386-mnem.h')
-rw-r--r-- | opcodes/i386-mnem.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/opcodes/i386-mnem.h b/opcodes/i386-mnem.h index 312c9e3..001d10d 100644 --- a/opcodes/i386-mnem.h +++ b/opcodes/i386-mnem.h @@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -extern const char i386_mnemonics[]; +static const char i386_mnemonics[]; #define MN_ud0 0x1 #define MN_prefetcht0 0x5 @@ -2624,7 +2624,8 @@ extern const char i386_mnemonics[]; #define MN__store_ 0x5060 #define MN__nooptimize_ 0x5068 #define MN__nf_ 0x5075 -#define MN__rex_ 0x507a -#define MN__evex_ 0x5080 -#define MN__vex_ 0x5087 -#define MN__insn 0x508d +#define MN__noimm8s_ 0x507a +#define MN__rex_ 0x5084 +#define MN__evex_ 0x508a +#define MN__vex_ 0x5091 +#define MN__insn 0x5097 |