diff --git a/compiler/src/prog8/compiler/astprocessing/AsmInstructionNamesFinder.kt b/compiler/src/prog8/compiler/astprocessing/AsmInstructionNamesFinder.kt index e5dc4ac06..1e67b44f0 100644 --- a/compiler/src/prog8/compiler/astprocessing/AsmInstructionNamesFinder.kt +++ b/compiler/src/prog8/compiler/astprocessing/AsmInstructionNamesFinder.kt @@ -15,33 +15,33 @@ class AsmInstructionNamesFinder(val target: ICompilationTarget): IAstVisitor { val labels = mutableSetOf