xo-interpreter2 stack: support 0-argument function calls

This commit is contained in:
Roland Conybeare 2026-02-28 13:20:11 +11:00
commit 2da3720c0f
2 changed files with 17 additions and 5 deletions

View file

@ -110,7 +110,6 @@ namespace xo {
using R = typename Traits::return_type;
assert(args);
assert(args->size() > 0);
obj<AAllocator> mm = rcx.allocator();