mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +00:00
commit
08a36e8dfd
@ -1,4 +1,8 @@
|
|||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
#if defined(__linux__) && !defined(__GLIBC__) && !defined(__WORDSIZE)
|
||||||
|
// include __WORDSIZE headers for musl
|
||||||
|
# include <bits/reg.h>
|
||||||
|
#endif
|
||||||
#if __WORDSIZE == 64
|
#if __WORDSIZE == 64
|
||||||
# define BACKTRACE_ELF_SIZE 64
|
# define BACKTRACE_ELF_SIZE 64
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user