aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/stanza/errors.stanza2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/stanza/errors.stanza b/src/main/stanza/errors.stanza
index 4bcf8dd7..8b8c86fb 100644
--- a/src/main/stanza/errors.stanza
+++ b/src/main/stanza/errors.stanza
@@ -1022,7 +1022,7 @@ public defn check-low-form (c:Circuit) -> Circuit :
check-low-form-t(info,type(f),name(e))
if contains?(mems,name(e)) :
check-low-form-t(info,type(type(e) as VectorType),name(e))
- (e) : check-low-form-t(info,type(e),to-symbol $ to-string(e))
+ (e) : false ;check-low-form-t(info,type(e),to-symbol $ to-string(e))
defn check-low-form-s (s:Stmt) -> False :
match(s) :
(s:DefWire) :