diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-08-26 17:13:56 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-08-26 17:13:56 +0300 |
| commit | 4269b6d3d0aeff1cf1bae3eac5f40cceb75576e0 (patch) | |
| tree | 3e9cdf4b34f4f2beffa72a837c409e567d84adb2 /examples/main.c | |
| parent | e8b00dae488e9c9f6f9ef7de99bc340de61541b7 (diff) | |
| download | copyjit-4269b6d3d0aeff1cf1bae3eac5f40cceb75576e0.tar.gz copyjit-4269b6d3d0aeff1cf1bae3eac5f40cceb75576e0.zip | |
apply fixes to make jit-comparison easier
Diffstat (limited to 'examples/main.c')
| -rw-r--r-- | examples/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
