瀏覽代碼

- removed "Set8087CW(Default8087CW)" call from SysEntry:
o it is already performed in fpc_cpucodeinit
o in libraries, fpc_cpucodeinit first sets Default8087CW to the current x87
control word to avoid them enabling fpu exceptions if the host platform
had first disabled them

git-svn-id: trunk@33993 -

Jonas Maebe 9 年之前
父節點
當前提交
11c90a73b1
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      rtl/bsd/system.pp

+ 0 - 3
rtl/bsd/system.pp

@@ -315,9 +315,6 @@ end;
 procedure SysEntry(constref info: TEntryInformation);[public,alias:'FPC_SysEntry'];
 begin
   SetupEntryInformation(info);
-{$ifdef cpui386}
-  Set8087CW(Default8087CW);
-{$endif cpui386}
   info.PascalMain();
 end;