mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 07:16:27 +00:00
MSVC support
This commit is contained in:
@@ -43,7 +43,7 @@ inline bool HostLocIsSpill(HostLoc reg) {
|
||||
return reg >= HostLoc::FirstSpill && reg <= HostLocSpill(SpillCount - 1);
|
||||
}
|
||||
|
||||
constexpr std::initializer_list<HostLoc> hostloc_any_register = {
|
||||
const std::initializer_list<HostLoc> hostloc_any_register = {
|
||||
HostLoc::RAX,
|
||||
HostLoc::RBX,
|
||||
HostLoc::RCX,
|
||||
|
||||
Reference in New Issue
Block a user