mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
Fix typos in comments in i386-opc.h.
2010-08-06 Quentin Neill <quentin.neill@amd.com> * i386-opc.h (enum): Fix typos in comments.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-08-06 Quentin Neill <quentin.neill@amd.com>
|
||||||
|
|
||||||
|
* i386-opc.h (enum): Fix typos in comments.
|
||||||
|
|
||||||
2010-08-06 Alan Modra <amodra@gmail.com>
|
2010-08-06 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* disassemble.c: Formatting.
|
* disassemble.c: Formatting.
|
||||||
|
@ -44,9 +44,9 @@ enum
|
|||||||
Cpu586,
|
Cpu586,
|
||||||
/* i686 or better required */
|
/* i686 or better required */
|
||||||
Cpu686,
|
Cpu686,
|
||||||
/* CLFLUSH Instuction support required */
|
/* CLFLUSH Instruction support required */
|
||||||
CpuClflush,
|
CpuClflush,
|
||||||
/* SYSCALL Instuctions support required */
|
/* SYSCALL Instructions support required */
|
||||||
CpuSYSCALL,
|
CpuSYSCALL,
|
||||||
/* Floating point support required */
|
/* Floating point support required */
|
||||||
Cpu8087,
|
Cpu8087,
|
||||||
@ -92,9 +92,9 @@ enum
|
|||||||
CpuAVX,
|
CpuAVX,
|
||||||
/* Intel L1OM support required */
|
/* Intel L1OM support required */
|
||||||
CpuL1OM,
|
CpuL1OM,
|
||||||
/* Xsave/xrstor New Instuctions support required */
|
/* Xsave/xrstor New Instructions support required */
|
||||||
CpuXsave,
|
CpuXsave,
|
||||||
/* Xsaveopt New Instuctions support required */
|
/* Xsaveopt New Instructions support required */
|
||||||
CpuXsaveopt,
|
CpuXsaveopt,
|
||||||
/* AES support required */
|
/* AES support required */
|
||||||
CpuAES,
|
CpuAES,
|
||||||
@ -108,11 +108,11 @@ enum
|
|||||||
CpuXOP,
|
CpuXOP,
|
||||||
/* LWP support required */
|
/* LWP support required */
|
||||||
CpuLWP,
|
CpuLWP,
|
||||||
/* MOVBE Instuction support required */
|
/* MOVBE Instruction support required */
|
||||||
CpuMovbe,
|
CpuMovbe,
|
||||||
/* EPT Instructions required */
|
/* EPT Instructions required */
|
||||||
CpuEPT,
|
CpuEPT,
|
||||||
/* RDTSCP Instuction support required */
|
/* RDTSCP Instruction support required */
|
||||||
CpuRdtscp,
|
CpuRdtscp,
|
||||||
/* FSGSBASE Instructions required */
|
/* FSGSBASE Instructions required */
|
||||||
CpuFSGSBase,
|
CpuFSGSBase,
|
||||||
|
Reference in New Issue
Block a user