Don't assign alt twice
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 30 Sep 2016 15:54:43 +0000 (08:54 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 30 Sep 2016 15:54:43 +0000 (08:54 -0700)
PR binutils/20657
* i386-dis.c (putop): Don't assign alt twice.

opcodes/ChangeLog
opcodes/i386-dis.c

index d58f5d8a40e39e6fd45e07d69f79934b6e301be1..20ebe6913b789e47dd9ae6c19a00fbd2c60050fa 100644 (file)
@@ -1,3 +1,8 @@
+2016-09-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/20657
+       * i386-dis.c (putop): Don't assign alt twice.
+
 2016-09-29  Jiong Wang  <jiong.wang@arm.com>
 
        PR target/20553
index fb7574704e8f9cbc9b9bdf56fb03a0a735e22703..c08109e00a7f8ad6de21d5951c70bab71e9414d3 100644 (file)
@@ -14095,7 +14095,6 @@ putop (const char *in_template, int sizeflag)
          cond = 0;
          break;
        case '{':
-         alt = 0;
          if (intel_syntax)
            {
              while (*++p != '|')
This page took 0.030566 seconds and 4 git commands to generate.