mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
Fix align_jumps for athlon, that's really "16" and gcc-3.2 sources contained
the same error. ;-)
This commit is contained in:
parent
d7c677d077
commit
ec92457d68
@ -2403,7 +2403,7 @@ x86_alignments[X86_PROCESSOR_max] = {
|
||||
{ 16, 7, 16, 7, 16 },
|
||||
{ 16, 15, 16, 7, 16 },
|
||||
{ 32, 7, 32, 7, 32 },
|
||||
{ 16, 7, 64, 7, 16 },
|
||||
{ 16, 7, 16, 7, 16 },
|
||||
{ 0, 0, 0, 0, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user