xo-jit: bugfix: shortcircuit on unknown variable
This commit is contained in:
parent
8d122425a0
commit
0759cc0c51
1 changed files with 1 additions and 0 deletions
|
|
@ -366,6 +366,7 @@ namespace xo {
|
|||
cerr << "MachPipeline::codegen_variable: no binding for variable x"
|
||||
<< xtag("x", var->name())
|
||||
<< endl;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
return ix->second;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue