mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 16:29:27 +01:00
* remove fninit in longjump
This commit is contained in:
parent
77c220c69a
commit
beecf1ec51
@ -44,13 +44,17 @@ asm
|
|||||||
movl 12(%ecx),%ebp
|
movl 12(%ecx),%ebp
|
||||||
movl 16(%ecx),%esp
|
movl 16(%ecx),%esp
|
||||||
// we should also clear the fpu
|
// we should also clear the fpu
|
||||||
fninit
|
// fninit no must be done elsewhere PM
|
||||||
|
// or we should reset the control word also
|
||||||
jmp 20(%ecx)
|
jmp 20(%ecx)
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.11 2000-02-18 16:16:13 florian
|
Revision 1.12 2000-03-31 23:12:09 pierre
|
||||||
|
* remove fninit in longjump
|
||||||
|
|
||||||
|
Revision 1.11 2000/02/18 16:16:13 florian
|
||||||
* we don't need to to finit twice ...
|
* we don't need to to finit twice ...
|
||||||
|
|
||||||
Revision 1.10 2000/02/18 15:23:01 florian
|
Revision 1.10 2000/02/18 15:23:01 florian
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user