mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 08:33:48 +00:00
Merge pull request #1304 from slomp/slomp/windows-opsie
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