mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
fixes stupid regression
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user