MSVC support

This commit is contained in:
MerryMage
2016-07-12 13:25:33 +01:00
parent 44352680c6
commit 8449deb0bc
8 changed files with 111 additions and 92 deletions

View File

@@ -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,