xo-interpreter2 stack: handle SequenceExpr + gc for frames

This commit is contained in:
Roland Conybeare 2026-02-13 15:16:05 -05:00
commit 1ebd714e3d
2 changed files with 15 additions and 1 deletions

View file

@ -135,7 +135,7 @@ namespace xo {
gc.forward_inplace(&iface, (void**)&expr_v_);
return shallow_size();
return this->shallow_size();
}
} /*namespace scm*/