diff options
Diffstat (limited to 'examples')
-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); |