This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Set vex.w to 0


I am checking in this patch to set vex.w to 0.

H.J.
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 8a605d2..5bebff2 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -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,
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index 76b7679..cff2f46 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -10786,6 +10786,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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]