diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-04-21 09:40:27 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-04-21 09:40:27 +0200 |
commit | afa80092d378a6dbc116c0aa3ed3964fd8c599d6 (patch) | |
tree | 37063d7317ef8fec57cb61f4bec81692fb4fa9c1 /compiler/cgen.nim | |
parent | 02bbfa116403adeaf29c5446a971228053e11d0d (diff) | |
download | Nim-afa80092d378a6dbc116c0aa3ed3964fd8c599d6.tar.gz |
wip
Diffstat (limited to 'compiler/cgen.nim')
-rw-r--r-- | compiler/cgen.nim | 2 |
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: |