This commit is contained in:
Araq
2014-12-10 20:17:36 +01:00
parent d3cf767c3a
commit c00a3fdc5b

View File

@@ -1610,6 +1610,8 @@ proc gen(c: PCtx; n: PNode; dest: var TDest; flags: TGenFlags = {}) =
gen(c, n.sons[0])
of nkHiddenStdConv, nkHiddenSubConv, nkConv:
genConv(c, n, n.sons[1], dest)
of nkObjDownConv:
genConv(c, n, n.sons[0], dest)
of nkVarSection, nkLetSection:
unused(n, dest)
genVarSection(c, n)