xo-interpreter2: must register DClosure with collector
This commit is contained in:
parent
a067d0f7b2
commit
02127138e7
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ namespace xo {
|
|||
|
||||
ok &= gc.install_type(impl_for<AGCObject, DVsmApplyFrame>());
|
||||
ok &= gc.install_type(impl_for<AGCObject, DVsmEvalArgsFrame>());
|
||||
ok &= gc.install_type(impl_for<AGCObject, DClosure>());
|
||||
|
||||
return ok;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue