authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-11-18 13:16:55+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-11-18 17:43:54+01:00
loga703b85c7c213a06a3d758f652cc3137c5f0b60b
tree0aaac6ee168f6d7c585e572fae1f8987f14cd6ec
parenta9c7714b784eeb5e57f6bc718c1e621461dca532

libunwind: Fix compilation for the x32 ABI.

See: https://github.com/llvm/llvm-project/pull/116608

1 files changed, 3 insertions(+), 0 deletions(-)

lib/libunwind/include/__libunwind_config.h+3
......@@ -53,6 +53,9 @@
5353# else
5454# define _LIBUNWIND_CURSOR_SIZE 66
5555# endif
56# elif defined(__ILP32__)
57# define _LIBUNWIND_CONTEXT_SIZE 21
58# define _LIBUNWIND_CURSOR_SIZE 28
5659# else
5760# define _LIBUNWIND_CONTEXT_SIZE 21
5861# define _LIBUNWIND_CURSOR_SIZE 33