From 84a7ebbca8e8c61540a785e242b2d72b6a0969bf Mon Sep 17 00:00:00 2001 From: Android Tools Maintainers Date: Fri, 27 Jan 2023 05:43:52 +0000 Subject: [PATCH] unwindstack porting Forwarded: not-needed Gbp-Pq: Topic system Gbp-Pq: Name unwindstack-porting.patch --- system/core/libunwindstack/include/unwindstack/RegsGetLocal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/core/libunwindstack/include/unwindstack/RegsGetLocal.h b/system/core/libunwindstack/include/unwindstack/RegsGetLocal.h index 698eba22..effe4842 100644 --- a/system/core/libunwindstack/include/unwindstack/RegsGetLocal.h +++ b/system/core/libunwindstack/include/unwindstack/RegsGetLocal.h @@ -124,7 +124,7 @@ inline __attribute__((__always_inline__)) void AsmGetRegs(void* reg_data) { : "t1", "memory"); } -#elif defined(__i386__) || defined(__x86_64__) || defined(__mips__) +#else extern "C" void AsmGetRegs(void* regs); -- 2.30.2