mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 02:59:33 +01:00
+ commented directive for easier enabling
git-svn-id: trunk@29812 -
This commit is contained in:
parent
a5bef2a2b9
commit
35d550c9c6
@ -23,6 +23,8 @@ unit fppu;
|
||||
|
||||
{$i fpcdefs.inc}
|
||||
|
||||
{ $define DEBUG_UNIT_CRC_CHANGES}
|
||||
|
||||
{ close ppufiles on system that are
|
||||
short on file handles like DOS system PM }
|
||||
{$ifdef GO32V2}
|
||||
@ -1477,7 +1479,7 @@ var
|
||||
{ we can now derefence all pointers to the implementation parts }
|
||||
tstoredsymtable(globalsymtable).derefimpl;
|
||||
if assigned(localsymtable) then
|
||||
tstoredsymtable(localsymtable).derefimpl;
|
||||
tstoredsymtable(localsymtable).derefimpl;
|
||||
|
||||
{ read whole program optimisation-related information }
|
||||
wpoinfo:=tunitwpoinfo.ppuload(ppufile);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user