Added
Link Here
|
1 |
--- include/libunwind-aarch64.h.orig 2021-12-01 00:46:39 UTC |
2 |
+++ include/libunwind-aarch64.h |
3 |
@@ -183,7 +183,7 @@ typedef struct unw_tdep_save_loc |
4 |
} |
5 |
unw_tdep_save_loc_t; |
6 |
|
7 |
-#ifdef __linux__ |
8 |
+#if defined(__linux__) || defined(__FreeBSD__) |
9 |
/* On AArch64, we can directly use ucontext_t as the unwind context, |
10 |
* however, the __reserved struct is quite large: tune it down to only |
11 |
* the necessary used fields. */ |