xo-interpreter2 stack: VSM as AGCObject for virtual root

This commit is contained in:
Roland Conybeare 2026-03-25 19:31:59 -04:00
commit 3806b46ea1

View file

@ -172,7 +172,7 @@ namespace xo {
{
const DUniqueString * name
= stringtable_.lookup(NumericPrimitives::c_gmpge_pm_name);
= stringtable_.lookup(NumericPrimitives::c_cmpge_pm_name);
assert(name);
this->cmpge_binding_ = global_symtab_->lookup_binding(name);
}