From 9251fddfdfb11b9e1b2dff643aa20ec82e9f7036 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 2 Aug 2023 20:54:08 +0300 Subject: add return values to main loop --- src/copyjit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/copyjit.h') diff --git a/src/copyjit.h b/src/copyjit.h index 6c0a247..d752144 100644 --- a/src/copyjit.h +++ b/src/copyjit.h @@ -32,6 +32,6 @@ void *compile_sly(ctx_t *ctx, unsigned long i); void compile_start(ctx_t *ctx); void compile_finish(ctx_t *ctx); -void run(ctx_t *ctx); +unsigned long run(ctx_t *ctx); #endif /* HMMJIT_H */ -- cgit v1.3