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