mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 19:49:12 +02:00
* fixed esi reload with as
This commit is contained in:
parent
89b677a0ee
commit
461430ad5c
@ -1470,13 +1470,17 @@ implementation
|
|||||||
{ restore register, this restores automatically the }
|
{ restore register, this restores automatically the }
|
||||||
{ result }
|
{ result }
|
||||||
popusedregisters(pushed);
|
popusedregisters(pushed);
|
||||||
|
maybe_loadesi;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.90 1999-10-06 08:32:00 peter
|
Revision 1.91 1999-10-22 14:36:04 peter
|
||||||
|
* fixed esi reload with as
|
||||||
|
|
||||||
|
Revision 1.90 1999/10/06 08:32:00 peter
|
||||||
* fixed empty const ansistring 2 pchar
|
* fixed empty const ansistring 2 pchar
|
||||||
|
|
||||||
Revision 1.89 1999/09/26 21:30:15 peter
|
Revision 1.89 1999/09/26 21:30:15 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user