mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 01:08:07 +02:00
+ print optinfo pointer if set
This commit is contained in:
parent
0a2447a955
commit
2c51abf40d
@ -887,6 +887,8 @@ implementation
|
||||
write(t,']');
|
||||
if (nf_pass1_done in flags) then
|
||||
write(t,', cmplx = ',node_complexity(self));
|
||||
if assigned(optinfo) then
|
||||
write(t,', optinfo = ',HexStr(optinfo));
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user