mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 06:18:51 +00:00
Typo in vm.nim
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user