Don't assign alt twice

PR binutils/20657
	* i386-dis.c (putop): Don't assign alt twice.
This commit is contained in:
H.J. Lu 2016-09-30 08:54:43 -07:00
parent 92c6e4fe5d
commit 72da393d41
2 changed files with 5 additions and 1 deletions

View 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

View File

@ -14095,7 +14095,6 @@ putop (const char *in_template, int sizeflag)
cond = 0;
break;
case '{':
alt = 0;
if (intel_syntax)
{
while (*++p != '|')