diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-12-28 19:42:53 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-12-28 19:42:53 +0000 |
commit | 70ad4a561e514d6c2496906b4cdffd35db0c4db8 (patch) | |
tree | 9e175123a46d9483b22058c544788241071684ee /opcodes | |
parent | 8d79a8c8d5e86821aa00d711171f835a192edee8 (diff) | |
download | gdb-70ad4a561e514d6c2496906b4cdffd35db0c4db8.zip gdb-70ad4a561e514d6c2496906b4cdffd35db0c4db8.tar.gz gdb-70ad4a561e514d6c2496906b4cdffd35db0c4db8.tar.bz2 |
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 2931bd3..1e4fbfc 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 [] = |