[Decomp] Decompile engine math library types (#272)

* decompile some stuff

* fix typo

* playing around with trigonometry

* more progress on trig

* more trig

* comments and small fixes

* finish trig
This commit is contained in:
water111
2021-02-20 11:42:46 -05:00
committed by GitHub
parent 87f2984cf5
commit 8775840265
43 changed files with 2909 additions and 203 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ std::unique_ptr<FormRegressionTest::TestData> FormRegressionTest::make_function(
test->func.ir2.atomic_ops_succeeded = true;
test->func.ir2.env.set_end_var(test->func.ir2.atomic_ops->end_op().return_var());
EXPECT_TRUE(test->func.run_type_analysis_ir2(function_type, *dts, test->file, hints));
EXPECT_TRUE(test->func.run_type_analysis_ir2(function_type, *dts, test->file, hints, {}));
test->func.ir2.env.set_reg_use(analyze_ir2_register_usage(test->func));