xo-interpreter/xo-alloc: GlobalEnv + mm -> shallow_copy()

This commit is contained in:
Roland Conybeare 2025-11-23 22:57:52 -05:00
commit 4d2cd54365
18 changed files with 52 additions and 37 deletions

View file

@ -52,7 +52,7 @@ namespace xo {
// LCOV_EXCL_START
Object *
Forwarding1::_shallow_copy() const {
Forwarding1::_shallow_copy(gc::IAlloc *) const {
assert(false);
return nullptr;
}