Files
termux-packages/packages/lua-language-server/force-cast-unw_context_t.diff
termux-pacman-bot 6a7a90a7c6 bump(main/lua-language-server): 3.16.1
Co-authored-by: Robert Kirkman <rkirkman@termux.dev>
2025-12-22 21:37:41 +00:00

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