From 8acd5377271a746de22ae3c5907a00f27ea716b4 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 14 Jan 2009 00:42:07 +0000 Subject: [PATCH] 2009-01-13 H.J. Lu * i386-gen.c (cpu_flag_init): Remove a white space. (operand_type_init): Likewise. --- opcodes/ChangeLog | 5 +++++ opcodes/i386-gen.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f4631ef95a1..80a4f0e5c82 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2009-01-13 H.J. Lu + + * i386-gen.c (cpu_flag_init): Remove a white space. + (operand_type_init): Likewise. + 2009-01-12 H.J. Lu * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence. diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index 97bb858aa7b..5a5fc111b7a 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -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" }, -- 2.30.2