From: H.J. Lu Date: Fri, 30 Sep 2016 15:54:43 +0000 (-0700) Subject: Don't assign alt twice X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=72da393d4131836933f104abf0f605e09970f134;hp=92c6e4fe5d6f30a24fe15795a6a3b25afd0b24c9;p=deliverable%2Fbinutils-gdb.git Don't assign alt twice PR binutils/20657 * i386-dis.c (putop): Don't assign alt twice. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d58f5d8a40..20ebe6913b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2016-09-30 H.J. Lu + + PR binutils/20657 + * i386-dis.c (putop): Don't assign alt twice. + 2016-09-29 Jiong Wang PR target/20553 diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index fb7574704e..c08109e00a 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -14095,7 +14095,6 @@ putop (const char *in_template, int sizeflag) cond = 0; break; case '{': - alt = 0; if (intel_syntax) { while (*++p != '|')