From 39ac8a79233b885785148b3f4a2fcc1547dcf599 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 5 Mar 2025 22:32:39 +0100 Subject: [PATCH] + write more information ttypeconvnodes --- compiler/ncnv.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/ncnv.pas b/compiler/ncnv.pas index 96f7556185..82f28c4064 100644 --- a/compiler/ncnv.pas +++ b/compiler/ncnv.pas @@ -1048,7 +1048,9 @@ implementation i: ttypeconvnodeflag; begin inherited printnodeinfo(t); + write(t,', totypedef = ',totypedef.GetTypeName); write(t,', convtype = ',convtype); + write(t,', assignment_side = ',assignment_side); write(t,', convnodeflags = ['); first:=true; for i:=low(ttypeconvnodeflag) to high(ttypeconvnodeflag) do