From 52175cb42a5886c1e60346a9c1e0481dbcd222ff Mon Sep 17 00:00:00 2001 From: Android Tools Maintainers Date: Fri, 20 Jan 2023 08:36:41 +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 f0b5e3a1..79a1476a 100644 --- a/system/core/libunwindstack/include/unwindstack/RegsGetLocal.h +++ b/system/core/libunwindstack/include/unwindstack/RegsGetLocal.h @@ -81,7 +81,7 @@ inline __attribute__((__always_inline__)) void AsmGetRegs(void* reg_data) { : "x12", "x13", "memory"); } -#elif defined(__i386__) || defined(__x86_64__) || defined(__mips__) +#else extern "C" void AsmGetRegs(void* regs); -- 2.30.2