File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
src/native/external/llvm-libunwind/include Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 42
42
# if defined(__i386__ )
43
43
# define _LIBUNWIND_TARGET_I386
44
44
# define _LIBUNWIND_CONTEXT_SIZE 13
45
- # define _LIBUNWIND_CURSOR_SIZE 19
45
+ # define _LIBUNWIND_CURSOR_SIZE 20
46
46
# define _LIBUNWIND_HIGHEST_DWARF_REGISTER _LIBUNWIND_HIGHEST_DWARF_REGISTER_X86
47
47
# elif defined(__x86_64__ )
48
48
# define _LIBUNWIND_TARGET_X86_64 1
178
178
#if __loongarch_grlen == 64
179
179
#define _LIBUNWIND_CONTEXT_SIZE 98
180
180
#define _LIBUNWIND_CURSOR_SIZE 110
181
- #elif defined(HOST_WASM )
182
- #define _LIBUNWIND_TARGET_WASM 1
183
- // TODO: Determine the right values
184
- #define _LIBUNWIND_CONTEXT_SIZE 0xbadf00d
185
- #define _LIBUNWIND_CURSOR_SIZE 0xbadf00d
186
181
#else
187
182
#error "Unsupported LoongArch ABI"
188
183
#endif
189
184
#define _LIBUNWIND_HIGHEST_DWARF_REGISTER \
190
185
_LIBUNWIND_HIGHEST_DWARF_REGISTER_LOONGARCH
191
186
#elif defined(__wasm__ )
187
+ #define _LIBUNWIND_TARGET_WASM 1
192
188
// Unused
193
189
#define _LIBUNWIND_CONTEXT_SIZE 0
194
190
#define _LIBUNWIND_CURSOR_SIZE 0
You can’t perform that action at this time.
0 commit comments