Windows x64 vs ARM opsie

This commit is contained in:
Marcos Slomp
2026-03-09 13:24:08 -07:00
committed by GitHub
parent b0dd2b291d
commit 01bd20c30a

View File

@@ -282,7 +282,9 @@ static bool EnsureReadable( uintptr_t address )
return mapping && EnsureReadable( *mapping );
}
#elif defined WIN32
#ifdef TRACY_HAS_CNTVCT
static_assert( TRACY_WINARM64_CNTVCT_EL0 == ARM64_CNTVCT_EL0, "ARM64_CNTVCT_EL0 mismatch" );
#endif
static bool EnsureReadable( uintptr_t address )
{
MEMORY_BASIC_INFORMATION memInfo;