mirror of
https://github.com/open-goal/jak-project
synced 2026-07-31 08:16:02 -04:00
[decompiler] detect seek! and seekl! macros (#1317)
* detect `seek!` and `seekl!` * fancy struct instead of pair mess * fixes * i think this was wrong? * update refs * update source * More logical branching * even better branching
This commit is contained in:
@@ -1025,6 +1025,8 @@ class GenericOperator {
|
||||
return m_condition_kind;
|
||||
}
|
||||
|
||||
bool is_func() const { return m_kind == Kind::FUNCTION_EXPR; }
|
||||
|
||||
const Form* func() const {
|
||||
ASSERT(m_kind == Kind::FUNCTION_EXPR);
|
||||
return m_function;
|
||||
|
||||
Reference in New Issue
Block a user