diff options
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/i386-init.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d3aad8a..ed25b08 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2011-04-20 H.J. Lu <hongjiu.lu@intel.com> + + * i386-init.h: Regenerated. + 2011-04-19 Quentin Neill <quentin.neill@amd.com> * i386-gen.c (cpu_flag_init): Remove 3dnow and 3dnowa bits diff --git a/opcodes/i386-init.h b/opcodes/i386-init.h index 6a57b29..d8edd1a 100644 --- a/opcodes/i386-init.h +++ b/opcodes/i386-init.h @@ -135,7 +135,7 @@ 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 } } #define CPU_BDVER1_FLAGS \ - { { 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, \ + { { 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, 0, \ 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 } } |