| author | |
| committer | |
| log | a703b85c7c213a06a3d758f652cc3137c5f0b60b |
| tree | 0aaac6ee168f6d7c585e572fae1f8987f14cd6ec |
| parent | a9c7714b784eeb5e57f6bc718c1e621461dca532 |
See: https://github.com/llvm/llvm-project/pull/1166081 files changed, 3 insertions(+), 0 deletions(-)
lib/libunwind/include/__libunwind_config.h+3| ... | @@ -53,6 +53,9 @@ | ... | @@ -53,6 +53,9 @@ |
| 53 | # else | 53 | # else |
| 54 | # define _LIBUNWIND_CURSOR_SIZE 66 | 54 | # define _LIBUNWIND_CURSOR_SIZE 66 |
| 55 | # endif | 55 | # endif |
| 56 | # elif defined(__ILP32__) | ||
| 57 | # define _LIBUNWIND_CONTEXT_SIZE 21 | ||
| 58 | # define _LIBUNWIND_CURSOR_SIZE 28 | ||
| 56 | # else | 59 | # else |
| 57 | # define _LIBUNWIND_CONTEXT_SIZE 21 | 60 | # define _LIBUNWIND_CONTEXT_SIZE 21 |
| 58 | # define _LIBUNWIND_CURSOR_SIZE 33 | 61 | # define _LIBUNWIND_CURSOR_SIZE 33 |