xo-interpreter: refactor for explicit gc::GC* dep

This commit is contained in:
Roland Conybeare 2025-11-24 09:55:43 -05:00
commit 52113737ac
24 changed files with 123 additions and 63 deletions

View file

@ -48,7 +48,7 @@ namespace xo {
}
std::size_t
Float::_forward_children() {
Float::_forward_children(gc::GC * /*gc*/) {
return Float::_shallow_size();
}
}