Removed bytecodeSize parameter

This commit is contained in:
2024-10-05 19:44:46 +10:00
parent d19a90f9bd
commit ad44eeac48
4 changed files with 6 additions and 9 deletions

View File

@@ -210,7 +210,7 @@ int main(int argc, const char* argv[]) {
//run the setup
Toy_VM vm;
Toy_bindVM(&vm, bc.ptr, bc.capacity);
Toy_bindVM(&vm, bc.ptr);
//run
Toy_runVM(&vm);