From 8f44960246c39845df83464ea9b4bc59220265aa Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 25 Jun 2024 20:44:20 +0300 Subject: example compiles under jit --- 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 d33ed10..1677023 100644 --- a/examples/main.c +++ b/examples/main.c @@ -20,7 +20,7 @@ int main() ejit_patch(f, r, l); - /* the highest location we used was 3, so we need to request 3 location + /* the highest location we used was 3, so we need to request 4 locations * for general purpose registers in total. No floating point registers, * so 0. */ ejit_compile_func(f, 4, 0); -- cgit v1.2.3