unwindstack porting
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Fri, 20 Jan 2023 08:36:41 +0000 (08:36 +0000)
committerRoger Shimizu <rosh@debian.org>
Fri, 20 Jan 2023 08:36:41 +0000 (08:36 +0000)
Forwarded: not-needed

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

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

index f0b5e3a1dd897da72f41e40529ef3e72c709892b..79a1476aad3fd3ce1ec00a4e3f933cd8ca7835c2 100644 (file)
@@ -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);