From 27491dd9538185f15428bede8ceb4f502087af40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st> Date: Sat, 24 Aug 2024 09:56:23 +0300 Subject: [PATCH] aarch64: Fix a label typo Apparently, this case isn't actually ever executed, at least in most checkasm runs, but some tools could complain about the relocation against 160b, which pointed elsewhere than intended. --- src/arm/64/ipred16.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arm/64/ipred16.S b/src/arm/64/ipred16.S index c08deca6..0aeee543 100644 --- a/src/arm/64/ipred16.S +++ b/src/arm/64/ipred16.S @@ -3713,7 +3713,7 @@ function ipred_z3_fill_padding_neon, export=0 b 1b 80: -106: +160: 320: 640: AARCH64_VALID_JUMP_TARGET -- GitLab