mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-06 23:19:58 +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,
|
||||
};
|
||||
struct ExtRegInfo {
|
||||
ExtValueType value_type = ExtValueType::Empty;
|
||||
ExtValueType value_type = {};
|
||||
IR::Value register_value;
|
||||
std::optional<Iterator> last_set_instruction;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user