1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-05 09:28:54 +00:00

Don't print debug stuff

This commit is contained in:
Karol Stasiak 2018-07-27 19:07:50 +02:00
parent 7ea2fe6a4e
commit b7f173fb71

View File

@ -290,7 +290,7 @@ object WordVariableToRegisterOptimization extends AssemblyOptimization[ZLine] {
}
def inlineVars(hl: String, bc: String, de: String, code: List[ZLine]): List[ZLine] = {
if (code.nonEmpty) println(code.head)
// if (code.nonEmpty) println(code.head)
code match {
case (load@ZLine(LD_16, TwoRegisters(BC, IMM_16), _, _)) ::