Files
termux-packages/disabled-packages/kphp/common-fast-backtrace.cpp.patch

12 lines
271 B
Diff
Raw Permalink Normal View History

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