From fcd5333f6bb13b883d108a316c4d9cd056df9b67 Mon Sep 17 00:00:00 2001 From: Siarhei Volkau Date: Sun, 19 May 2024 02:33:03 +0300 Subject: [PATCH] remove dead code in __aeabi_dcmpun (#1703) two tail instructions were unreachable --- src/rp2_common/pico_double/double_aeabi.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/rp2_common/pico_double/double_aeabi.S b/src/rp2_common/pico_double/double_aeabi.S index 425385e1..8b0afb4b 100644 --- a/src/rp2_common/pico_double/double_aeabi.S +++ b/src/rp2_common/pico_double/double_aeabi.S @@ -416,9 +416,6 @@ wrapper_func __aeabi_dcmpun movs r0, #1 bx lr - movs r0, #0 - bx lr - // double FUNC_NAME(__aeabi_ui2d)(unsigned) unsigned to double (double precision) conversion double_wrapper_section __aeabi_ui2d shimmable_table_tail_call SF_TABLE_UINT2FLOAT uint2double_shim