mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 21:29:19 +02:00
* fixed redzone usage in fillchar
This commit is contained in:
parent
296013d111
commit
94caa0761e
@ -526,9 +526,9 @@ asm
|
|||||||
b .LFillCharVerySmall
|
b .LFillCharVerySmall
|
||||||
.LFillCharNoZero:
|
.LFillCharNoZero:
|
||||||
{$ifdef FPC_ABI_AIX}
|
{$ifdef FPC_ABI_AIX}
|
||||||
stw r5,0(r1)
|
stw r5,-4(r1)
|
||||||
stw r5,4(r1)
|
stw r5,-8(r1)
|
||||||
lfd f0,0(r1)
|
lfd f0,-8(r1)
|
||||||
{$else FPC_ABI_AIX}
|
{$else FPC_ABI_AIX}
|
||||||
stw r5,temp
|
stw r5,temp
|
||||||
stw r5,temp+4
|
stw r5,temp+4
|
||||||
@ -1140,7 +1140,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.70 2004-10-24 14:20:21 jonas
|
Revision 1.71 2004-10-24 14:43:26 jonas
|
||||||
|
* fixed redzone usage in fillchar
|
||||||
|
|
||||||
|
Revision 1.70 2004/10/24 14:20:21 jonas
|
||||||
* fixed default rounding mode
|
* fixed default rounding mode
|
||||||
|
|
||||||
Revision 1.69 2004/10/19 18:51:15 jonas
|
Revision 1.69 2004/10/19 18:51:15 jonas
|
||||||
|
Loading…
Reference in New Issue
Block a user