xo-interpreter2 stack: support 0-argument function calls
This commit is contained in:
parent
6f89c10ac6
commit
2da3720c0f
2 changed files with 17 additions and 5 deletions
|
|
@ -110,7 +110,6 @@ namespace xo {
|
|||
using R = typename Traits::return_type;
|
||||
|
||||
assert(args);
|
||||
assert(args->size() > 0);
|
||||
|
||||
obj<AAllocator> mm = rcx.allocator();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue