Merge branch 'master' of https://github.com/water111/jak-project into w/cfg_2_ir

This commit is contained in:
water
2020-10-04 17:23:07 -04:00
18 changed files with 786 additions and 784 deletions
+1 -1
View File
@@ -698,4 +698,4 @@ std::shared_ptr<Form> IR_Ash::to_form(const LinkedObjectFile& file) const {
void IR_Ash::get_children(std::vector<std::shared_ptr<IR>>* output) const {
output->push_back(value);
output->push_back(shift_amount);
}
}