diff options
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/vm.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/vm.nim b/compiler/vm.nim index a15807b24..f75db56b8 100644 --- a/compiler/vm.nim +++ b/compiler/vm.nim @@ -1172,6 +1172,7 @@ proc rawExecute(c: PCtx, start: int, tos: PStackFrame): TFullReg = of opcQueryErrorFlag: createStr regs[ra] regs[ra].node.strVal = c.errorFlag + c.errorFlag.setLen 0 of opcCallSite: ensureKind(rkNode) if c.callsite != nil: regs[ra].node = c.callsite |