mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 20:00:51 +00:00
12 lines
347 B
Diff
12 lines
347 B
Diff
--- a/unwind_linux.cpp
|
|
+++ b/unwind_linux.cpp
|
|
@@ -6,7 +6,7 @@
|
|
namespace bee::crash {
|
|
void unwind(ucontext_t *ctx, uint16_t skip, unwind_callback func, void *ud) noexcept {
|
|
unw_cursor_t cursor;
|
|
-#if defined(__aarch64__)
|
|
+#if 1
|
|
unw_context_t *unw_ctx = (unw_context_t *)ctx;
|
|
unw_init_local(&cursor, unw_ctx);
|
|
#else
|