fix compile issue
This commit is contained in:
parent
e03bf33f58
commit
ba24e7ce39
|
@ -32,10 +32,6 @@
|
|||
#define MAX_BACKTRACE_DEPTH 128
|
||||
#define DEMANGLE_BACKTRACE_SYMBOLS
|
||||
|
||||
#ifndef REG_RIP
|
||||
#error fuck
|
||||
#endif
|
||||
|
||||
void crashHandler(int signum, siginfo_t* info, void* secret)
|
||||
{
|
||||
logError("Application crashed");
|
||||
|
|
Loading…
Reference in New Issue