13 lines
331 B
Diff
13 lines
331 B
Diff
|
--- debughelper.cpp 2016-11-25 18:45:18.441818593 +0100
|
||
|
+++ debughelper.cpp. 2016-11-25 18:45:31.166659511 +0100
|
||
|
@@ -6,6 +6,9 @@
|
||
|
#ifndef __GLIBC__
|
||
|
#define NO_CRASH_HANDLER
|
||
|
#endif
|
||
|
+#ifdef __aarch64__
|
||
|
+#define NO_CRASH_HANDLER
|
||
|
+#endif
|
||
|
#ifndef NO_CRASH_HANDLER
|
||
|
#if (defined(x86_64) || defined(__x86_64__))
|
||
|
#define CPU_IS_X86_64
|