forked from eden-emu/eden
fix FindFreeSpill and vcpkg
Signed-off-by: crueter <crueter@crueter.xyz>
This commit is contained in:
parent
cae8ab7a00
commit
323afcbb6f
2 changed files with 2 additions and 1 deletions
|
@ -243,7 +243,7 @@ private:
|
||||||
void MoveOutOfTheWay(HostLoc reg) noexcept;
|
void MoveOutOfTheWay(HostLoc reg) noexcept;
|
||||||
|
|
||||||
void SpillRegister(HostLoc loc) noexcept;
|
void SpillRegister(HostLoc loc) noexcept;
|
||||||
HostLoc FindFreeSpill() const noexcept;
|
HostLoc FindFreeSpill(bool is_xmm) const noexcept;
|
||||||
|
|
||||||
inline HostLocInfo& LocInfo(const HostLoc loc) noexcept {
|
inline HostLocInfo& LocInfo(const HostLoc loc) noexcept {
|
||||||
ASSERT(loc != HostLoc::RSP && loc != ABI_JIT_PTR);
|
ASSERT(loc != HostLoc::RSP && loc != ABI_JIT_PTR);
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
"fmt",
|
"fmt",
|
||||||
"lz4",
|
"lz4",
|
||||||
"nlohmann-json",
|
"nlohmann-json",
|
||||||
|
"openssl",
|
||||||
"zlib",
|
"zlib",
|
||||||
"zstd",
|
"zstd",
|
||||||
"sdl2"
|
"sdl2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue