VM: Added a comment back that was accidentally removed in the last commit

This commit is contained in:
Sidi Liang 2025-02-05 15:09:25 +08:00
parent 3ff885abe3
commit b09e5bb8ad
No known key found for this signature in database
GPG Key ID: 9785F5EECFFA5311
1 changed files with 4 additions and 3 deletions

View File

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