mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 14:39:32 +01:00
* fixed indexbyte for regcall
This commit is contained in:
parent
bcdf065947
commit
31a33a1a7b
@ -223,15 +223,9 @@ var
|
|||||||
asm
|
asm
|
||||||
movl %edi,saveedi
|
movl %edi,saveedi
|
||||||
movl %ebx,saveebx
|
movl %ebx,saveebx
|
||||||
{$ifdef REGCALL}
|
movl buf,%edi // Load String
|
||||||
movl %edx,%ecx // Load len
|
|
||||||
movb %cl,%bl
|
|
||||||
movl %eax,%edi // Load String
|
|
||||||
{$else}
|
|
||||||
movl Len,%ecx // Load len
|
|
||||||
movl Buf,%edi // Load String
|
|
||||||
movb b,%bl
|
movb b,%bl
|
||||||
{$endif}
|
movl len,%ecx // Load len
|
||||||
xorl %eax,%eax
|
xorl %eax,%eax
|
||||||
testl %ecx,%ecx
|
testl %ecx,%ecx
|
||||||
jz .Lready
|
jz .Lready
|
||||||
@ -1420,7 +1414,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.55 2003-12-04 21:44:39 peter
|
Revision 1.56 2003-12-24 23:07:28 peter
|
||||||
|
* fixed indexbyte for regcall
|
||||||
|
|
||||||
|
Revision 1.55 2003/12/04 21:44:39 peter
|
||||||
* fix warning in gas
|
* fix warning in gas
|
||||||
|
|
||||||
Revision 1.54 2003/11/19 16:58:44 peter
|
Revision 1.54 2003/11/19 16:58:44 peter
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user