mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
* direct params to internal asm.
This commit is contained in:
parent
f2142127d8
commit
226a728dae
@ -32,7 +32,7 @@ begin
|
||||
{$ifdef NEWATT}
|
||||
movl __RESULT,%edi
|
||||
{$else}
|
||||
movl 8(%ebp),%edi
|
||||
movl p,%edi
|
||||
{$endif}
|
||||
notb %al
|
||||
decl %eax
|
||||
@ -77,7 +77,10 @@ end ['EDI','ESI','EBX','EAX','ECX'];
|
||||
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.5 1999/04/08 11:30:58 peter
|
||||
|
Loading…
Reference in New Issue
Block a user