mirror of
https://github.com/open-goal/jak-project
synced 2026-09-01 09:53:12 -04:00
Add methods and pointers (#53)
* method calls and sorting * add more tests and fix some alias stuff
This commit is contained in:
@@ -216,7 +216,7 @@ Val* Compiler::compile_cond(const goos::Object& form, const goos::Object& rest,
|
||||
env->emit(std::move(get_false));
|
||||
}
|
||||
|
||||
result->set_type(m_ts.lowest_common_ancestor(case_result_types));
|
||||
result->set_type(coerce_to_reg_type(m_ts.lowest_common_ancestor(case_result_types)));
|
||||
|
||||
// PATCH END
|
||||
end_label->idx = fenv->code().size();
|
||||
|
||||
Reference in New Issue
Block a user