xo-interpreter2 stack: + more primitive function-type decoration
This commit is contained in:
parent
637df4983b
commit
ea31dbf0d3
3 changed files with 14 additions and 5 deletions
|
|
@ -56,13 +56,11 @@ namespace xo {
|
|||
InstallSink sink,
|
||||
InstallFlags flags)
|
||||
{
|
||||
(void)stbl;
|
||||
|
||||
scope log(XO_DEBUG(true));
|
||||
|
||||
bool ok = true;
|
||||
|
||||
ok = ok & install_aux(sink, VsmPrimitives::make_report_memory_use_pm(mm), flags);
|
||||
ok = ok & install_aux(sink, VsmPrimitives::make_report_memory_use_pm(mm, stbl), flags);
|
||||
|
||||
return ok;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue