debbuging failure to read from builtin map

This commit is contained in:
Francesco Cozzuto
2021-11-03 15:22:59 +01:00
parent d4e9eb23d3
commit 0157d28f67
16 changed files with 266 additions and 29 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ int main(int argc, char **argv)
RuntimeError_Free(&error);
return 1;
}
Object *result = run(runtime, (Error*) &error, exe, 0, NULL, 0);
if(result == NULL)