From a2dcc7d60191e957398cf008b4605d96e3f5f1a2 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 12 Dec 2009 00:13:10 +0000 Subject: 2009-12-11 H.J. Lu * i386-dis.c (print_insn): Set vex.w to 0. --- opcodes/i386-dis.c | 1 + 1 file changed, 1 insertion(+) (limited to 'opcodes/i386-dis.c') 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) -- cgit v1.2.1