mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 18:29:09 +02:00
* vmt address pushed for CHECK_OBJECT was not removed from stack
This commit is contained in:
parent
6a5833def4
commit
86f0e64b17
@ -332,6 +332,8 @@ asm
|
|||||||
.Lco_ok:
|
.Lco_ok:
|
||||||
popl %eax
|
popl %eax
|
||||||
popl %edi
|
popl %edi
|
||||||
|
{ the adress is pushed : it needs to be removed from stack !! PM }
|
||||||
|
ret $4
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -722,7 +724,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.33 1998-11-28 14:09:49 peter
|
Revision 1.34 1998-11-30 15:27:28 pierre
|
||||||
|
* vmt address pushed for CHECK_OBJECT was not removed from stack
|
||||||
|
|
||||||
|
Revision 1.33 1998/11/28 14:09:49 peter
|
||||||
* NOATTCDQ define
|
* NOATTCDQ define
|
||||||
|
|
||||||
Revision 1.32 1998/11/26 23:15:08 jonas
|
Revision 1.32 1998/11/26 23:15:08 jonas
|
||||||
|
Loading…
Reference in New Issue
Block a user