summary refs log tree commit diff stats
path: root/compiler/cgen.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-04-21 09:40:27 +0200
committerAndreas Rumpf <rumpf_a@web.de>2017-04-21 09:40:27 +0200
commitafa80092d378a6dbc116c0aa3ed3964fd8c599d6 (patch)
tree37063d7317ef8fec57cb61f4bec81692fb4fa9c1 /compiler/cgen.nim
parent02bbfa116403adeaf29c5446a971228053e11d0d (diff)
downloadNim-afa80092d378a6dbc116c0aa3ed3964fd8c599d6.tar.gz
wip
Diffstat (limited to 'compiler/cgen.nim')
-rw-r--r--compiler/cgen.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cgen.nim b/compiler/cgen.nim
index dc021d17e..bad346298 100644
--- a/compiler/cgen.nim
+++ b/compiler/cgen.nim
@@ -298,7 +298,7 @@ proc resetLoc(p: BProc, loc: var TLoc) =
     else:
       linefmt(p, cpsStmts, "$1 = 0;$n", rdLoc(loc))
   else:
-    XXX use stackPlacement here?
+    # XXX use stackPlacement here?
     if optNilCheck in p.options:
       linefmt(p, cpsStmts, "#chckNil((void*)$1);$n", addrLoc(loc))
     if loc.s != OnStack: