From a0d3bd16e73c98840c65ab890064e1aa750b7060 Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 3 Feb 2015 23:16:58 +0100 Subject: fixes stupid regression --- compiler/ccgexprs.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler') diff --git a/compiler/ccgexprs.nim b/compiler/ccgexprs.nim index e0261f92c..bd116d6fb 100644 --- a/compiler/ccgexprs.nim +++ b/compiler/ccgexprs.nim @@ -2084,7 +2084,7 @@ proc expr(p: BProc, n: PNode, d: var TLoc) = if n.sons[0].kind != nkEmpty: genLineDir(p, n) var a: TLoc - initLocExprSingleUse(p, n.sons[0], a) + initLocExpr(p, n.sons[0], a) of nkAsmStmt: genAsmStmt(p, n) of nkTryStmt: if p.module.compileToCpp: genTryCpp(p, n, d) -- cgit 1.4.1-2-gfad0