mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-05 12:53:16 +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>
|
2016-09-29 Jiong Wang <jiong.wang@arm.com>
|
||||||
|
|
||||||
PR target/20553
|
PR target/20553
|
||||||
|
@ -14095,7 +14095,6 @@ putop (const char *in_template, int sizeflag)
|
|||||||
cond = 0;
|
cond = 0;
|
||||||
break;
|
break;
|
||||||
case '{':
|
case '{':
|
||||||
alt = 0;
|
|
||||||
if (intel_syntax)
|
if (intel_syntax)
|
||||||
{
|
{
|
||||||
while (*++p != '|')
|
while (*++p != '|')
|
||||||
|
Loading…
Reference in New Issue
Block a user