[decompiler] fix missing casts issue (#573)

* fix casts issue

* fix bug

* one last small fix
This commit is contained in:
water111
2021-06-09 21:35:13 -04:00
committed by GitHub
parent 12d72c7897
commit 92afd62e2c
102 changed files with 340 additions and 528 deletions
+3 -1
View File
@@ -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,