diff options
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r-- | opcodes/i386-gen.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index 7f66a1e..3e7481b 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -206,6 +206,8 @@ static initializer cpu_flag_init[] = "CpuRdSeed" }, { "CPU_PRFCHW_FLAGS", "CpuPRFCHW" }, + { "CPU_SMAP_FLAGS", + "CpuSMAP" }, }; static initializer operand_type_init[] = @@ -379,6 +381,7 @@ static bitfield cpu_flags[] = BITFIELD (CpuRDSEED), BITFIELD (CpuADX), BITFIELD (CpuPRFCHW), + BITFIELD (CpuSMAP), BITFIELD (Cpu64), BITFIELD (CpuNo64), #ifdef CpuUnused |