xo-interpreter: + toplevel env in VSM
This commit is contained in:
parent
63399df3ce
commit
fb4737c27a
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ namespace xo {
|
|||
|
||||
if (ix == global_map_.end()) {
|
||||
/* not found */
|
||||
return bp<Variable>::from_native(nullptr);
|
||||
return bp<Variable>();
|
||||
}
|
||||
|
||||
return ix->second;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue