fix FindFreeSpill and vcpkg

Signed-off-by: crueter <crueter@crueter.xyz>
This commit is contained in:
crueter 2025-08-04 15:55:26 -04:00 committed by crueter
parent 790671f017
commit a563d9abbf
1 changed files with 1 additions and 1 deletions

View File

@ -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);