From 001057b52ec0a30b4ab3a7c5888b11de9e8aff87 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 17 Apr 2020 21:02:35 +0000 Subject: [PATCH] * re-added assembler optimization accidently removed in r44738 as noted by margers on the mailing list git-svn-id: trunk@44751 - --- compiler/aarch64/aoptcpu.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/aarch64/aoptcpu.pas b/compiler/aarch64/aoptcpu.pas index d3dc440481..ea3c11c1de 100644 --- a/compiler/aarch64/aoptcpu.pas +++ b/compiler/aarch64/aoptcpu.pas @@ -376,6 +376,8 @@ Implementation Result:=OptPass1Data(p); A_UXTB: Result:=OptPass1UXTB(p); + A_UXTH: + Result:=OptPass1UXTH(p); A_SXTB: Result:=OptPass1SXTB(p); A_SXTH: