summary refs log tree commit diff stats
path: root/compiler/vmgen.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-03-26 01:00:34 +0100
committerAraq <rumpf_a@web.de>2014-03-26 01:00:34 +0100
commitd15788d00a4007a80de4427f84129abe47fa4f11 (patch)
tree3dbe43bbca760f56bdb79c684f8d8af3bd60430f /compiler/vmgen.nim
parent9e66d988e7fc1f33b11a0b93be484361390bd095 (diff)
downloadNim-d15788d00a4007a80de4427f84129abe47fa4f11.tar.gz
added #903 to the test suite
Diffstat (limited to 'compiler/vmgen.nim')
-rw-r--r--compiler/vmgen.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/vmgen.nim b/compiler/vmgen.nim
index 59d3d2495..e627fee48 100644
--- a/compiler/vmgen.nim
+++ b/compiler/vmgen.nim
@@ -1614,7 +1614,7 @@ 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 == "tupleUnpack":
+    #if s.name.s == "addStuff":
     #  echo renderTree(body)
     #  c.echoCode(result)
     c.prc = oldPrc