mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 02:59:21 +02:00
* direct params to internal asm.
This commit is contained in:
parent
f2142127d8
commit
226a728dae
@ -32,7 +32,7 @@ begin
|
|||||||
{$ifdef NEWATT}
|
{$ifdef NEWATT}
|
||||||
movl __RESULT,%edi
|
movl __RESULT,%edi
|
||||||
{$else}
|
{$else}
|
||||||
movl 8(%ebp),%edi
|
movl p,%edi
|
||||||
{$endif}
|
{$endif}
|
||||||
notb %al
|
notb %al
|
||||||
decl %eax
|
decl %eax
|
||||||
@ -77,7 +77,10 @@ end ['EDI','ESI','EBX','EAX','ECX'];
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2000-01-07 16:41:33 daniel
|
Revision 1.7 2000-01-11 21:12:15 marco
|
||||||
|
* direct params to internal asm.
|
||||||
|
|
||||||
|
Revision 1.6 2000/01/07 16:41:33 daniel
|
||||||
* copyright 2000
|
* copyright 2000
|
||||||
|
|
||||||
Revision 1.5 1999/04/08 11:30:58 peter
|
Revision 1.5 1999/04/08 11:30:58 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user