mirror of
https://github.com/irmen/prog8.git
synced 2026-04-19 20:16:51 +00:00
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:
@@ -5,6 +5,7 @@ import prog8.code.core.*
|
||||
|
||||
sealed interface IPtSubroutine {
|
||||
val name: String
|
||||
val scopedName: String
|
||||
}
|
||||
|
||||
class PtAsmSub(
|
||||
|
||||
Reference in New Issue
Block a user