mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 16:09:17 +02:00
Fix compilation error with -dHEAPTRC
git-svn-id: trunk@22382 -
This commit is contained in:
parent
305a275746
commit
9c7ea2e5a1
@ -545,7 +545,7 @@ uses
|
||||
cacheindex:=last_ref_index;
|
||||
cacheinputfile:=f;
|
||||
{$ifdef heaptrc}
|
||||
ppheap_register_file(f.name^,current_module.unit_index*100000+f.ref_index);
|
||||
ppheap_register_file(f.path+f.name,current_module.unit_index*100000+f.ref_index);
|
||||
{$endif heaptrc}
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user