浏览代码

+ print optinfo pointer if set

florian 2 年之前
父节点
当前提交
2c51abf40d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/node.pas

+ 2 - 0
compiler/node.pas

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