2009-12-11 H.J. Lu <hongjiu.lu@intel.com>

* i386-dis.c (print_insn): Set vex.w to 0.
This commit is contained in:
H.J. Lu 2009-12-12 00:13:11 +00:00
parent f4cb7f090e
commit 5639ff8726
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-12-11 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (print_insn): Set vex.w to 0.
2009-12-11 Quentin Neill <quentin.neill@amd.com>
* i386-dis.c (get_vex_imm8): Extend logic to apply in all cases,

View File

@ -10763,6 +10763,7 @@ print_insn (bfd_vma pc, disassemble_info *info)
need_vex = 0;
need_vex_reg = 0;
vex.w = 0;
vex_w_done = 0;
if (dp->name == NULL && dp->op[0].bytemode == FLOATCODE)