diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-12-12 00:13:11 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-12-12 00:13:11 +0000 |
commit | 5639ff87266587c20ebb8387300cba229044be1b (patch) | |
tree | dfcd15eaede9bcabdd2528ec0a4f9bd84b20dd82 /opcodes/i386-dis.c | |
parent | f4cb7f090ee8a8b34bc15a883b6ecdeabbedc54d (diff) | |
download | gdb-5639ff87266587c20ebb8387300cba229044be1b.zip gdb-5639ff87266587c20ebb8387300cba229044be1b.tar.gz gdb-5639ff87266587c20ebb8387300cba229044be1b.tar.bz2 |
2009-12-11 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (print_insn): Set vex.w to 0.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index c739309..cfb724f 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) |