2009-01-13 H.J. Lu <hongjiu.lu@intel.com>

* i386-gen.c (cpu_flag_init): Remove a white space.
	(operand_type_init): Likewise.
This commit is contained in:
H.J. Lu
2009-01-14 00:42:07 +00:00
parent 53d29074eb
commit 8acd537727
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-01-13 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c (cpu_flag_init): Remove a white space.
(operand_type_init): Likewise.
2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.

View File

@ -40,7 +40,7 @@ typedef struct initializer
const char *init;
} initializer;
static initializer cpu_flag_init [] =
static initializer cpu_flag_init[] =
{
{ "CPU_UNKNOWN_FLAGS",
"unknown" },
@ -140,7 +140,7 @@ static initializer cpu_flag_init [] =
"CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuAVX" },
};
static initializer operand_type_init [] =
static initializer operand_type_init[] =
{
{ "OPERAND_TYPE_NONE",
"0" },