mirror of
https://github.com/open-goal/jak-project
synced 2026-07-08 14:36:52 -04:00
[decompiler] gkernel offline test (#321)
* working on pointer math * bug fixes * gkernel passing with no anon functions * update tests
This commit is contained in:
@@ -222,7 +222,7 @@ Form* insert_cast_for_let(RegisterAccess dst,
|
||||
Form* src,
|
||||
FormPool& pool,
|
||||
const Env& env) {
|
||||
auto dst_type = env.get_variable_type(dst);
|
||||
auto dst_type = env.get_variable_type(dst, true);
|
||||
|
||||
if (src_type != dst_type) {
|
||||
// fmt::print("inserting let cast because {} != {}\n", dst_type.print(), src_type.print());
|
||||
|
||||
Reference in New Issue
Block a user