diff options
Diffstat (limited to 'opcodes/i386-init.h')
-rw-r--r-- | opcodes/i386-init.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/i386-init.h b/opcodes/i386-init.h index d8edd1a..6433596 100644 --- a/opcodes/i386-init.h +++ b/opcodes/i386-init.h @@ -139,6 +139,11 @@ 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, \ 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 } } +#define CPU_BDVER2_FLAGS \ + { { 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, \ + 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, \ + 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 } } + #define CPU_8087_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ |