summaryrefslogtreecommitdiff
path: root/opcodes/i386-dis.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2009-12-12 00:13:10 +0000
committerH.J. Lu <hjl@lucon.org>2009-12-12 00:13:10 +0000
commita2dcc7d60191e957398cf008b4605d96e3f5f1a2 (patch)
tree0e015bf356790f17de8935d20c8c1ab9651ceec3 /opcodes/i386-dis.c
parent5c0bab5f7d9d42b80016a5e57ec107a0f116859d (diff)
downloadbinutils-redhat-a2dcc7d60191e957398cf008b4605d96e3f5f1a2.tar.gz
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.c1
1 files changed, 1 insertions, 0 deletions
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)