libunwind: Fix compilation for the x32 ABI.

See: https://github.com/llvm/llvm-project/pull/116608
This commit is contained in:
Alex Rønne Petersen 2024-11-18 13:16:55 +01:00
parent a9c7714b78
commit a703b85c7c

View File

@ -53,6 +53,9 @@
# else
# define _LIBUNWIND_CURSOR_SIZE 66
# endif
# elif defined(__ILP32__)
# define _LIBUNWIND_CONTEXT_SIZE 21
# define _LIBUNWIND_CURSOR_SIZE 28
# else
# define _LIBUNWIND_CONTEXT_SIZE 21
# define _LIBUNWIND_CURSOR_SIZE 33