mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 12:09:14 +02:00
+ Bugreport from Gertjan Schouten
This commit is contained in:
parent
e0043e9a3e
commit
afa6b37391
@ -230,9 +230,11 @@ asm
|
|||||||
{ load esi and insert self }
|
{ load esi and insert self }
|
||||||
movl %eax,8(%ebp)
|
movl %eax,8(%ebp)
|
||||||
movl %eax,%esi
|
movl %eax,%esi
|
||||||
|
addl $0,%eax
|
||||||
ret
|
ret
|
||||||
.LNEW_CLASS1:
|
.LNEW_CLASS1:
|
||||||
movl %esi,8(%ebp)
|
movl %esi,8(%ebp)
|
||||||
|
addl $0,%eax
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -688,7 +690,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.22 1998-09-22 15:32:00 peter
|
Revision 1.23 1998-09-28 08:40:47 michael
|
||||||
|
+ Bugreport from Gertjan Schouten
|
||||||
|
|
||||||
|
Revision 1.22 1998/09/22 15:32:00 peter
|
||||||
+ fpc_pchar_to_str alias for strpas
|
+ fpc_pchar_to_str alias for strpas
|
||||||
|
|
||||||
Revision 1.21 1998/09/14 10:48:08 peter
|
Revision 1.21 1998/09/14 10:48:08 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user