docs update after lang.disas

This commit is contained in:
Thakee Nathees 2021-06-13 11:03:18 +05:30
parent 2707c1eec3
commit 9b2d28ef45

View File

@ -47,7 +47,7 @@ int runSource(const char* source) {
PkStringPtr src = { source, NULL, NULL };
PkStringPtr module = { "@try", NULL, NULL };
PkInterpretResult result = pkInterpretSource(vm, src, module);
PkResult result = pkInterpretSource(vm, src, module, NULL);
pkFreeVM(vm);