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);
|
||||
}
|
||||
CHECK_INTERRUPT;
|
||||
// goto the first operand
|
||||
goto *code[ctx.pc];
|
||||
#else
|
||||
std::vector<nasal_vm_func> code;
|
||||
|
|
Loading…
Reference in New Issue