xo-reader2: build: compile nits

This commit is contained in:
Roland Conybeare 2026-05-31 00:11:16 -04:00
commit 054b62c45f
3 changed files with 3 additions and 3 deletions

View file

@ -311,7 +311,7 @@ namespace xo {
param_var.data()->name(),
param_var.data()->typeref());
assert(b.is_local());
if (!b.is_local()) assert(false);
this->local_symtab_ = symtab;
}