fix-build-on-armhf
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)
committerJochen Sprickerhof <jspricke@debian.org>
Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)
Gbp-Pq: Name fix-build-on-armhf.patch

runtime/arch/arm/jni_entrypoints_arm.S

index ceef7720f5f2755f27a4c1160e1858dcd98bf3d1..9031350007093d2719e3f21a241d0c2b1619bcd3 100644 (file)
@@ -234,7 +234,7 @@ ENTRY art_jni_dlsym_lookup_critical_stub
     // Do the tail call.
     bx     ip
     .cfi_restore_state
-    .cfi_def_cfa x4, FRAME_SIZE_SAVE_REFS_AND_ARGS
+    .cfi_def_cfa r4, FRAME_SIZE_SAVE_REFS_AND_ARGS
 
 3:
     // Drop stack args and the SaveRefsAndArgs reservation.