bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/20154] New: Typo in i386-opc.h


From: hjl.tools at gmail dot com
Subject: [Bug gas/20154] New: Typo in i386-opc.h
Date: Fri, 27 May 2016 12:02:12 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=20154

            Bug ID: 20154
           Summary: Typo in i386-opc.h
           Product: binutils
           Version: 2.26
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---
            Target: x86

There are

enum
{
...
  CpuNo64,
  /* AMD64 support required  */
  CpuAMD64,
  /* Intel64 support required  */
  CpuIntel64,
  /* The last bitfield in i386_cpu_flags.  */
  CpuMax = CpuNo64 <<<<<<<<<<<<<< It should be CpuIntel64.
};

in i386-opc.h.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]