mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
GetHex() is only used on ARM linux.
This commit is contained in:
parent
6866d8f429
commit
b696f1b466
@ -270,6 +270,7 @@ static const char* GetProcessName()
|
|||||||
return processName;
|
return processName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined __linux__ && defined __ARM_ARCH
|
||||||
static uint32_t GetHex( char*& ptr, int skip )
|
static uint32_t GetHex( char*& ptr, int skip )
|
||||||
{
|
{
|
||||||
uint32_t ret;
|
uint32_t ret;
|
||||||
@ -287,6 +288,7 @@ static uint32_t GetHex( char*& ptr, int skip )
|
|||||||
ptr = end;
|
ptr = end;
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static const char* GetHostInfo()
|
static const char* GetHostInfo()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user