🐛 fix bug that make test failed

This commit is contained in:
ValKmjolnir
2022-08-29 00:48:06 +08:00
parent c7662af0fc
commit 4dfc4012df
4 changed files with 67 additions and 67 deletions
+2 -2
View File
@@ -138,8 +138,8 @@ public:
void nasal_vm::init(
const std::vector<string>& strs,
const std::vector<f64>& nums,
const std::vector<opcode>& code,
const std::vector<f64>& nums,
const std::vector<opcode>& code,
const std::vector<string>& filenames,
const std::vector<string>& argv)
{