unwindstack porting
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Tue, 31 Jan 2023 07:58:29 +0000 (07:58 +0000)
committerRoger Shimizu <rosh@debian.org>
Tue, 31 Jan 2023 07:58:29 +0000 (07:58 +0000)
Forwarded: not-needed

Gbp-Pq: Topic system
Gbp-Pq: Name unwindstack-porting.patch

system/core/libunwindstack/include/unwindstack/RegsGetLocal.h

index 698eba229402aa473e6415c7d22ec129410601c2..effe484231731a78d79c63b1456fd7e36bad1ccc 100644 (file)
@@ -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);