From f348a1937d71976903b6d6a4bd09c46fe1f471f4 Mon Sep 17 00:00:00 2001 From: mlokr Date: Tue, 10 Sep 2024 20:54:11 +0200 Subject: [PATCH] blah buh leee --- hblang/src/son.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hblang/src/son.rs b/hblang/src/son.rs index 2369e0af..1bf5e913 100644 --- a/hblang/src/son.rs +++ b/hblang/src/son.rs @@ -3388,7 +3388,7 @@ impl Codegen { push_up(&mut self.ci.nodes, self.ci.end); // TODO: handle infinte loops self.ci.nodes.visited.clear(self.ci.nodes.values.len()); - push_down(&mut self.ci.nodes, self.ci.start); + //push_down(&mut self.ci.nodes, self.ci.start); } }