mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 07:29:59 +01:00
a32_get_set_elimination_pass: Appease MSVC 2022
This commit is contained in:
parent
39c59b6c46
commit
420a786a3f
@ -215,7 +215,7 @@ void RegisterPass(IR::Block& block) {
|
|||||||
VectorQuad,
|
VectorQuad,
|
||||||
};
|
};
|
||||||
struct ExtRegInfo {
|
struct ExtRegInfo {
|
||||||
ExtValueType value_type = ExtValueType::Empty;
|
ExtValueType value_type = {};
|
||||||
IR::Value register_value;
|
IR::Value register_value;
|
||||||
std::optional<Iterator> last_set_instruction;
|
std::optional<Iterator> last_set_instruction;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user