diff options
author | Araq <rumpf_a@web.de> | 2014-03-22 02:52:33 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-03-22 02:52:33 +0100 |
commit | 5aac789e0e183a1a2193bd7615de0b4a29f4708c (patch) | |
tree | 6bf8e890cabd98705eabb6d5dfc48b928adc106c /compiler/vmgen.nim | |
parent | e53fc91282bc8a5dabc4f12e041fa6ce5400c007 (diff) | |
parent | 13d26dc53db455ef07feb315871a7fceee5f7a01 (diff) | |
download | Nim-5aac789e0e183a1a2193bd7615de0b4a29f4708c.tar.gz |
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Diffstat (limited to 'compiler/vmgen.nim')
-rw-r--r-- | compiler/vmgen.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/vmgen.nim b/compiler/vmgen.nim index 5e51ecf4c..89845c198 100644 --- a/compiler/vmgen.nim +++ b/compiler/vmgen.nim @@ -1570,7 +1570,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 == "xmlConstructor": + #if s.name.s == "foo": # echo renderTree(body) # c.echoCode(result) c.prc = oldPrc |