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.
_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils