From 9b2d28ef45199c97c084e724171355f4fd0656eb Mon Sep 17 00:00:00 2001 From: Thakee Nathees Date: Sun, 13 Jun 2021 11:03:18 +0530 Subject: [PATCH] docs update after lang.disas --- docs/try/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/try/main.c b/docs/try/main.c index 8d0dcc9..a54770c 100644 --- a/docs/try/main.c +++ b/docs/try/main.c @@ -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);