Typo in vm.nim

This commit is contained in:
Clyybber
2021-03-29 16:03:54 +02:00
committed by GitHub
parent e2269f9216
commit 1a407402a4

View File

@@ -2221,7 +2221,7 @@ proc setupCompileTimeVar*(module: PSym; idgen: IdGenerator; g: ModuleGraph; n: P
discard evalConstExprAux(module, idgen, g, nil, n, emStaticStmt)
proc prepareVMValue(arg: PNode): PNode =
## strip nkExprColonExpr from tuple values recurively. That is how
## strip nkExprColonExpr from tuple values recursively. That is how
## they are expected to be stored in the VM.
# Early abort without copy. No transformation takes place.