mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
Don't assign alt twice
PR binutils/20657 * i386-dis.c (putop): Don't assign alt twice.
This commit is contained in:
parent
92c6e4fe5d
commit
72da393d41
@ -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
|
||||
|
@ -14095,7 +14095,6 @@ putop (const char *in_template, int sizeflag)
|
||||
cond = 0;
|
||||
break;
|
||||
case '{':
|
||||
alt = 0;
|
||||
if (intel_syntax)
|
||||
{
|
||||
while (*++p != '|')
|
||||
|
Loading…
Reference in New Issue
Block a user