printer_tree BUGFIX printing of compiled node
diff --git a/src/printer_tree.c b/src/printer_tree.c
index 79f687f..bbe231f 100644
--- a/src/printer_tree.c
+++ b/src/printer_tree.c
@@ -3754,6 +3754,7 @@
     ly_print_(pc->out, "\n");
     print_node = pc->fp.read.node(TRP_EMPTY_PARENT_CACHE, tc);
     max_gap_before_type = trb_max_gap_to_type(TRP_EMPTY_PARENT_CACHE, pc, tc);
+    tc->cn = node;
     trb_print_entire_node(&print_node, max_gap_before_type, wr, pc, tc);
 }