mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-08 07:32:59 +00:00
RegAlloc: Define constructors for HostLocInfo to make MSVC happy
This commit is contained in:
@@ -39,7 +39,7 @@ Gen::X64Reg RegAlloc::DefRegister(IR::Inst* def_inst, HostLocList desired_locati
|
||||
}
|
||||
|
||||
// Update state
|
||||
LocInfo(location) = {def_inst, HostLocState::Def};
|
||||
LocInfo(location) = HostLocInfo{def_inst, HostLocState::Def};
|
||||
return HostLocToX64(location);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user