diff --git a/compiler/vm.nim b/compiler/vm.nim index 23216f0a3a..6ea6f14924 100644 --- a/compiler/vm.nim +++ b/compiler/vm.nim @@ -1490,7 +1490,7 @@ proc rawExecute(c: PCtx, start: int, tos: PStackFrame): TFullReg = c.debug[pc]) x.flags.incl nfIsRef # prevent crashes in the compiler resulting from wrong macros: - if x.kind == nkIdent: x.ident = getIdent"" + if x.kind == nkIdent: x.ident = c.cache.emptyIdent regs[ra].node = x of opcNCopyNimNode: decodeB(rkNode)