Skip to content

Commit 58b8dce

Browse files
committed
Ignore VARARRAY
No longer emitted with this new array scheme
1 parent d23e568 commit 58b8dce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/zx48k/translator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def visit_CONST(self, node):
406406
yield node.t
407407

408408
def visit_VARARRAY(self, node):
409-
self.visit_VAR(node)
409+
pass
410410

411411
def visit_PARAMDECL(self, node):
412412
assert node.scope == SCOPE.parameter

0 commit comments

Comments
 (0)