mirror of
https://github.com/simple64/simple64.git
synced 2026-07-11 01:24:00 +02:00
update parallel rsp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user