mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 18:23:39 -04:00
[decompiler] jak2-style rtype-of, setup gcommon stuff (#1616)
* [decompiler] support jak2-style rtype-of, get gcommon decompiling to use for tests * more decompiler debugging
This commit is contained in:
@@ -1552,8 +1552,7 @@ void AshElement::get_modified_regs(RegSet&) const {}
|
||||
// TypeOfElement
|
||||
/////////////////////////////
|
||||
|
||||
TypeOfElement::TypeOfElement(Form* _value, std::optional<RegisterAccess> _clobber)
|
||||
: value(_value), clobber(_clobber) {
|
||||
TypeOfElement::TypeOfElement(Form* _value) : value(_value) {
|
||||
value->parent_element = this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user