This commit is contained in:
Dominik Picheta
2014-04-20 22:55:49 +01:00
parent 23621857bb
commit 5cf8c05a22

View File

@@ -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: