mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-25 05:00:21 +00:00
12 lines
271 B
Diff
12 lines
271 B
Diff
--- a/common/fast-backtrace.cpp
|
|
+++ b/common/fast-backtrace.cpp
|
|
@@ -53,7 +53,7 @@
|
|
#error "Unsupported arch"
|
|
#endif
|
|
|
|
-#if defined(__APPLE__)
|
|
+#if defined(__aarch64__) || defined(__APPLE__)
|
|
int fast_backtrace_without_recursions(void **, int) noexcept {
|
|
return 0;
|
|
}
|