mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:29:26 +02:00
--- Merging r29639 into '.':
U compiler/x86/cgx86.pas # revisions: 29639 git-svn-id: branches/fixes_3_0@29640 -
This commit is contained in:
parent
c0fce5c7a6
commit
185b9a216d
@ -2266,7 +2266,8 @@ unit cgx86;
|
|||||||
REGCX=NR_CX;
|
REGCX=NR_CX;
|
||||||
REGSI=NR_SI;
|
REGSI=NR_SI;
|
||||||
REGDI=NR_DI;
|
REGDI=NR_DI;
|
||||||
copy_len_sizes = [1, 2];
|
copy_len_sizes = [1, 2, 4]; { 4 is included here, because it's still more
|
||||||
|
efficient to use copy_move instead of copy_string for copying 4 bytes }
|
||||||
push_segment_size = S_W;
|
push_segment_size = S_W;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user