mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 14:01:17 +12:00
Linux: Print demangled symbols on backtrace (#312)
This commit is contained in:
parent
0c9fb3143f
commit
431c5a101f
4 changed files with 61 additions and 6 deletions
|
@ -246,6 +246,12 @@ inline uint64 _udiv128(uint64 highDividend, uint64 lowDividend, uint64 divisor,
|
|||
#error No definition for DLLEXPORT
|
||||
#endif
|
||||
|
||||
#if BOOST_OS_WINDOWS
|
||||
#define NOEXPORT
|
||||
#elif defined(__GNUC__)
|
||||
#define NOEXPORT __attribute__ ((visibility ("hidden")))
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#include <cpuid.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue