bugfix: xo-jit: track expanded lambda api

This commit is contained in:
Roland Conybeare 2025-07-06 14:33:39 -05:00
commit d74e56bc74
3 changed files with 16 additions and 9 deletions

View file

@ -167,7 +167,8 @@ main() {
/* (define (lm_1 x) (sin (cos x))) */
auto lambda = make_lambda("lm_1",
{x_var},
call2);
call2,
nullptr /*parent_env*/);
log && log(xtag("expr", lambda));