aboutsummaryrefslogtreecommitdiff
path: root/examples/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/main.c')
-rw-r--r--examples/main.c2
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);