From 4269b6d3d0aeff1cf1bae3eac5f40cceb75576e0 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 26 Aug 2023 17:13:56 +0300 Subject: apply fixes to make jit-comparison easier --- examples/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/main.c') diff --git a/examples/main.c b/examples/main.c index 90fb21d..1da1be0 100644 --- a/examples/main.c +++ b/examples/main.c @@ -31,6 +31,6 @@ int main() compile_finish(&ctx); - printf("%lu\n", run(&ctx)); + printf("%lu\n", run(&ctx, 0, 0, 0, 0)); compile_destroy(&ctx); } -- cgit v1.3