xo-interpreter2 stack: + more primitive function-type decoration

This commit is contained in:
Roland Conybeare 2026-03-16 12:34:59 -05:00
commit ea31dbf0d3
3 changed files with 14 additions and 5 deletions

View file

@ -56,13 +56,11 @@ namespace xo {
InstallSink sink,
InstallFlags flags)
{
(void)stbl;
scope log(XO_DEBUG(true));
bool ok = true;
ok = ok & install_aux(sink, VsmPrimitives::make_report_memory_use_pm(mm), flags);
ok = ok & install_aux(sink, VsmPrimitives::make_report_memory_use_pm(mm, stbl), flags);
return ok;
}