mirror of
https://github.com/open-goal/jak-project
synced 2026-07-10 07:07:04 -04:00
[compiler/decompiler] Take the address of a variable (#554)
* support taking the address of variables * partially working stack variables * implement type cast stuff * remove final
This commit is contained in:
@@ -29,6 +29,7 @@ int insert_anonymous_functions(Form* top_level_form,
|
||||
|
||||
f->clear();
|
||||
f->push_back(pool.alloc_element<LambdaDefinitionElement>(result));
|
||||
replaced++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user