diff options
Diffstat (limited to 'arch/x86/il.h')
| -rw-r--r-- | arch/x86/il.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/il.h b/arch/x86/il.h index 1bef0606..3bdd0799 100644 --- a/arch/x86/il.h +++ b/arch/x86/il.h @@ -50,6 +50,8 @@ struct DISASSEMBLY_OPTIONS #define IL_FLAGWRITE_X87C1Z 6 #define IL_FLAGWRITE_X87RND 7 #define IL_FLAGWRITE_VCOMI 8 +#define IL_FLAGWRITE_POPCNT 9 +#define IL_FLAGWRITE_LZTZCNT 10 #define IL_FLAG_CLASS_INT 0 // Default #define IL_FLAG_CLASS_X87COM 1 |
