diff options
author | H.J. Lu <hjl@lucon.org> | 2007-12-28 19:42:53 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2007-12-28 19:42:53 +0000 |
commit | fb884bb83be57dd89f6586c6a1006f31fb70b560 (patch) | |
tree | 8161d5a8b4496b07b1b03e8e721e6cec0cbbbabe /opcodes | |
parent | 06a11ad65dd8afc5d7701390b2ce148cbf80fff8 (diff) | |
download | gdb-fb884bb83be57dd89f6586c6a1006f31fb70b560.tar.gz |
Add ',' at the end of cpu_flag_init.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/i386-gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index 2931bd33dc2..1e4fbfc4ef1 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -109,7 +109,7 @@ static initializer cpu_flag_init [] = { "CPU_ABM_FLAGS", "CpuABM" }, { "CPU_SSE5_FLAGS", - "CpuMMX|CpuMMX2|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a|CpuABM|CpuSSE5|CpuSSE4_1_Or_5"} + "CpuMMX|CpuMMX2|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a|CpuABM|CpuSSE5|CpuSSE4_1_Or_5"}, }; static initializer operand_type_init [] = |