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 --- src/copyjit.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/copyjit.h') diff --git a/src/copyjit.h b/src/copyjit.h index 6104800..3faac44 100644 --- a/src/copyjit.h +++ b/src/copyjit.h @@ -46,6 +46,8 @@ void compile_start(ctx_t *ctx); void compile_finish(ctx_t *ctx); void compile_destroy(ctx_t *ctx); -unsigned long run(ctx_t *ctx); +unsigned long run(ctx_t *ctx, + unsigned long a, unsigned long x, unsigned long y, + unsigned long o); #endif /* HMMJIT_H */ -- cgit v1.3