fixed a variable scopedname issue where it took the fully scoped name instead of just the local name

this made 64tass not strip out that code if it was unused
This commit is contained in:
Irmen de Jong
2024-09-14 23:17:26 +02:00
parent a4f7512d44
commit c7b1e8d772
9 changed files with 22 additions and 45 deletions
@@ -5,6 +5,7 @@ import prog8.code.core.*
sealed interface IPtSubroutine {
val name: String
val scopedName: String
}
class PtAsmSub(