From: hjl Date: Sat, 12 Dec 2009 00:13:10 +0000 (+0000) Subject: 2009-12-11 H.J. Lu X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c94c07128d4028857e747b866fdd27ea89baa0b8;p=pf3gnuchains%2Fpf3gnuchains4x.git 2009-12-11 H.J. Lu * i386-dis.c (print_insn): Set vex.w to 0. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8a605d2129..5bebff281a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2009-12-11 H.J. Lu + + * i386-dis.c (print_insn): Set vex.w to 0. + 2009-12-11 Quentin Neill * i386-dis.c (get_vex_imm8): Extend logic to apply in all cases, diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index c73930912d..cfb724fcf6 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -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)