mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-02-11 07:00:58 +08:00
docs update after lang.disas
This commit is contained in:
parent
2707c1eec3
commit
9b2d28ef45
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user