mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Removed bytecodeSize parameter
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user