From 300846d3331d882b44dfd8d2ce2e49bbf049c195 Mon Sep 17 00:00:00 2001 From: Android Tools Maintainers Date: Tue, 31 Jan 2023 07:58:29 +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