1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-21 21:37:08 +00:00
termux-packages/disabled-packages/kphp/common-fast-backtrace.cpp.patch

12 lines
271 B
Diff
Raw Normal View History

2022-01-13 12:07:28 +00:00
--- a/common/fast-backtrace.cpp
+++ b/common/fast-backtrace.cpp
2022-11-07 00:40:29 +00:00
@@ -53,7 +53,7 @@
2022-01-13 12:07:28 +00:00
#error "Unsupported arch"
#endif
-#if defined(__APPLE__)
2022-11-07 00:40:29 +00:00
+#if defined(__aarch64__) || defined(__APPLE__)
2022-01-13 12:07:28 +00:00
int fast_backtrace_without_recursions(void **, int) noexcept {
return 0;
}