mirror of
https://github.com/open-goal/jak-project
synced 2026-07-08 22:45:00 -04:00
[decompiler] fix missing casts issue (#573)
* fix casts issue * fix bug * one last small fix
This commit is contained in:
@@ -3131,8 +3131,9 @@ void push_asm_pextuw_to_stack(const AsmOp* op,
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
void push_asm_madds_to_stack(const AsmOp* op,
|
||||
FormElement* /*form_elt*/,
|
||||
FormElement* form_elt,
|
||||
const Env& env,
|
||||
FormPool& pool,
|
||||
FormStack& stack) {
|
||||
@@ -3153,6 +3154,7 @@ void push_asm_madds_to_stack(const AsmOp* op,
|
||||
nullptr, GenericOperator::make_fixed(FixedOperatorKind::ASM_MADDS), vars),
|
||||
true, env.get_variable_type(*dst, true));
|
||||
}
|
||||
*/
|
||||
|
||||
void push_asm_to_stack(const AsmOp* op,
|
||||
FormElement* form_elt,
|
||||
|
||||
Reference in New Issue
Block a user