mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-17 15:54:23 +00:00
Windows x64 vs ARM opsie
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user