+ print optinfo pointer if set

This commit is contained in:
florian 2022-10-21 21:13:28 +02:00
parent 0a2447a955
commit 2c51abf40d

View File

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