mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 06:02:57 +00:00
RegAlloc: Define constructors for HostLocInfo to make MSVC happy
This commit is contained in:
@@ -141,6 +141,8 @@ private:
|
||||
Gen::XEmitter* code = nullptr;
|
||||
|
||||
struct HostLocInfo {
|
||||
HostLocInfo() = default;
|
||||
HostLocInfo(IR::Inst* value, HostLocState state) : value(value), state(state) {}
|
||||
IR::Inst* value = nullptr;
|
||||
HostLocState state = HostLocState::Idle;
|
||||
IR::Type GetType() const {
|
||||
|
||||
Reference in New Issue
Block a user