fix FindFreeSpill and vcpkg
Signed-off-by: crueter <crueter@crueter.xyz>
This commit is contained in:
parent
790671f017
commit
a563d9abbf
|
|
@ -243,7 +243,7 @@ private:
|
|||
void MoveOutOfTheWay(HostLoc reg) noexcept;
|
||||
|
||||
void SpillRegister(HostLoc loc) noexcept;
|
||||
HostLoc FindFreeSpill() const noexcept;
|
||||
HostLoc FindFreeSpill(bool is_xmm) const noexcept;
|
||||
|
||||
inline HostLocInfo& LocInfo(const HostLoc loc) noexcept {
|
||||
ASSERT(loc != HostLoc::RSP && loc != ABI_JIT_PTR);
|
||||
|
|
|
|||
Loading…
Reference in New Issue