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