Fix align_jumps for athlon, that's really "16" and gcc-3.2 sources contained

the same error. ;-)
This commit is contained in:
gbeauche 2002-09-20 14:55:50 +00:00
parent d7c677d077
commit ec92457d68

View File

@ -2403,7 +2403,7 @@ x86_alignments[X86_PROCESSOR_max] = {
{ 16, 7, 16, 7, 16 }, { 16, 7, 16, 7, 16 },
{ 16, 15, 16, 7, 16 }, { 16, 15, 16, 7, 16 },
{ 32, 7, 32, 7, 32 }, { 32, 7, 32, 7, 32 },
{ 16, 7, 64, 7, 16 }, { 16, 7, 16, 7, 16 },
{ 0, 0, 0, 0, 0 } { 0, 0, 0, 0, 0 }
}; };