+ commented directive for easier enabling

git-svn-id: trunk@29812 -
This commit is contained in:
florian 2015-02-23 22:11:26 +00:00
parent a5bef2a2b9
commit 35d550c9c6

View File

@ -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);