deactivated debug output

This commit is contained in:
Araq
2014-02-02 00:02:57 +01:00
parent 43d1181c04
commit 4b47bee654

View File

@@ -1480,9 +1480,9 @@ proc genProc(c: PCtx; s: PSym): int =
c.gABC(body, opcEof, eofInstr.regA)
c.optimizeJumps(result)
s.offset = c.prc.maxSlots
if s.name.s == "concatStyleInterpolation":
c.echoCode(result)
echo renderTree(body)
#if s.name.s == "concatStyleInterpolation":
# c.echoCode(result)
# echo renderTree(body)
c.prc = oldPrc
else:
c.prc.maxSlots = s.offset