update parallel rsp

This commit is contained in:
Logan McNaughton
2024-09-02 19:27:19 +02:00
parent 4f239cbc7d
commit d35bb1293f
+1 -1
View File
@@ -14,7 +14,7 @@ namespace RSP
{
namespace JIT
{
#if TARGET_OS_TV // tvOS is 64bit but does not allow an infinite amount of VA space
#ifdef IOS // iOS/tvOS is 64bit but does not allow an infinite amount of VA space
static constexpr bool huge_va = false;
#else
static constexpr bool huge_va = std::numeric_limits<size_t>::max() > 0x100000000ull;