From cbf74c18ce0480aefd9c46025e21d40f34a5d825 Mon Sep 17 00:00:00 2001 From: Android Tools Maintainers Date: Tue, 10 May 2022 11:33:56 +0100 Subject: [PATCH] fix-build-on-armhf Gbp-Pq: Name fix-build-on-armhf.patch --- runtime/arch/arm/jni_entrypoints_arm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/arch/arm/jni_entrypoints_arm.S b/runtime/arch/arm/jni_entrypoints_arm.S index ceef772..9031350 100644 --- a/runtime/arch/arm/jni_entrypoints_arm.S +++ b/runtime/arch/arm/jni_entrypoints_arm.S @@ -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. -- 2.30.2