VM: Added a comment back that was accidentally removed in the last commit
This commit is contained in:
parent
3ff885abe3
commit
b09e5bb8ad
|
@ -674,6 +674,7 @@ void vm::run(const codegen& gen,
|
||||||
imm.push_back(i.num);
|
imm.push_back(i.num);
|
||||||
}
|
}
|
||||||
CHECK_INTERRUPT;
|
CHECK_INTERRUPT;
|
||||||
|
// goto the first operand
|
||||||
goto *code[ctx.pc];
|
goto *code[ctx.pc];
|
||||||
#else
|
#else
|
||||||
std::vector<nasal_vm_func> code;
|
std::vector<nasal_vm_func> code;
|
||||||
|
|
Loading…
Reference in New Issue