diff --git a/tools/cc.py b/tools/cc.py index b522fd9..3b76be7 100644 --- a/tools/cc.py +++ b/tools/cc.py @@ -1058,6 +1058,7 @@ class CcInterp(lark.visitors.Interpreter): else: tree.children[0].type = PointerType(pointed=strct.field_type(ch_field)) tree.children = [tree.children[0]] + self.visit_children(tree) self._deref(tree) def post_increment(self, tree):