xo-expression: generalize envframestack + handle explicit lm retturn
This commit is contained in:
parent
7a74a9de1f
commit
a1000112c1
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ namespace xo {
|
|||
|
||||
MachPipeline::MachPipeline(std::unique_ptr<Jit> jit)
|
||||
: jit_{std::move(jit)},
|
||||
global_env_{GlobalEnv::make()}
|
||||
global_env_{GlobalEnv::make_empty()}
|
||||
{
|
||||
this->recreate_llvm_ir_pipeline();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue