diff options
author | Araq <rumpf_a@web.de> | 2014-02-02 00:02:57 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-02-02 00:02:57 +0100 |
commit | 4b47bee65407a1ebde5e804cd77fc242c3fa7152 (patch) | |
tree | 2e53c02b61cf45bf07a6890851921fb1482401ce /compiler/vmgen.nim | |
parent | 43d1181c0465587f0b354a314b676c1daaec79be (diff) | |
download | Nim-4b47bee65407a1ebde5e804cd77fc242c3fa7152.tar.gz |
deactivated debug output
Diffstat (limited to 'compiler/vmgen.nim')
-rw-r--r-- | compiler/vmgen.nim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/vmgen.nim b/compiler/vmgen.nim index ff479b74a..e0ff5b235 100644 --- a/compiler/vmgen.nim +++ b/compiler/vmgen.nim @@ -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 |