mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
Fixes #1119.
This commit is contained in:
@@ -1104,6 +1104,7 @@ proc rawExecute(c: PCtx, start: int, tos: PStackFrame): TFullReg =
|
||||
c.module)
|
||||
of opcGorge:
|
||||
decodeBC(rkNode)
|
||||
createStr regs[ra]
|
||||
regs[ra].node.strVal = opGorge(regs[rb].node.strVal,
|
||||
regs[rc].node.strVal)
|
||||
of opcNError:
|
||||
|
||||
Reference in New Issue
Block a user