diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-06-25 20:44:20 +0300 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-06-25 20:44:20 +0300 |
commit | 8f44960246c39845df83464ea9b4bc59220265aa (patch) | |
tree | 6965b61ec7c193378bc38386450e05beea145048 /examples/main.c | |
parent | fe3d9c7dfbe4190ecf0919abe474e4da4c019566 (diff) | |
download | ejit-8f44960246c39845df83464ea9b4bc59220265aa.tar.gz ejit-8f44960246c39845df83464ea9b4bc59220265aa.zip |
example compiles under jit
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 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); |