1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-01-11 12:29:46 +00:00

Remove debugging statements

This commit is contained in:
Karol Stasiak 2020-03-26 01:29:26 +01:00
parent 8b39c59830
commit 842393106e

View File

@ -74,9 +74,7 @@ object VariableLifetime {
if (mask(i)) return
while (true) {
val line = code(i)
println(line)
if (state(flow(i)) != Important && !readsReg(line)) return
println("masking...")
mask(i) = true
val op = code(i).opcode
line match {