mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 19:29:24 +02:00
* InitFPU renamed to SysResetFPU
This commit is contained in:
parent
956ec2874f
commit
3290129414
@ -920,7 +920,7 @@ procedure Exe_entry;[public, alias : '_FPC_EXE_Entry'];
|
||||
movl %eax,Win32StackTop
|
||||
movw %ss,%bp
|
||||
movl %ebp,_SS
|
||||
call InitFPU
|
||||
call SysResetFPU
|
||||
xorl %ebp,%ebp
|
||||
call PASCALMAIN
|
||||
popl %ebp
|
||||
@ -1498,7 +1498,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.34 2002-10-14 19:39:17 peter
|
||||
Revision 1.35 2002-10-14 20:40:22 florian
|
||||
* InitFPU renamed to SysResetFPU
|
||||
|
||||
Revision 1.34 2002/10/14 19:39:17 peter
|
||||
* threads unit added for thread support
|
||||
|
||||
Revision 1.33 2002/10/13 09:28:45 florian
|
||||
|
Loading…
Reference in New Issue
Block a user