mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
libunwind: Fix compilation for the x32 ABI.
See: https://github.com/llvm/llvm-project/pull/116608
This commit is contained in:
parent
a9c7714b78
commit
a703b85c7c
1 changed files with 3 additions and 0 deletions
3
lib/libunwind/include/__libunwind_config.h
vendored
3
lib/libunwind/include/__libunwind_config.h
vendored
|
|
@ -53,6 +53,9 @@
|
||||||
# else
|
# else
|
||||||
# define _LIBUNWIND_CURSOR_SIZE 66
|
# define _LIBUNWIND_CURSOR_SIZE 66
|
||||||
# endif
|
# endif
|
||||||
|
# elif defined(__ILP32__)
|
||||||
|
# define _LIBUNWIND_CONTEXT_SIZE 21
|
||||||
|
# define _LIBUNWIND_CURSOR_SIZE 28
|
||||||
# else
|
# else
|
||||||
# define _LIBUNWIND_CONTEXT_SIZE 21
|
# define _LIBUNWIND_CONTEXT_SIZE 21
|
||||||
# define _LIBUNWIND_CURSOR_SIZE 33
|
# define _LIBUNWIND_CURSOR_SIZE 33
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue