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 cae8ab7a00
commit 323afcbb6f
2 changed files with 2 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);

View file

@ -25,6 +25,7 @@
"fmt",
"lz4",
"nlohmann-json",
"openssl",
"zlib",
"zstd",
"sdl2"