From 656665d289b355ada71ad718759200c44c655264 Mon Sep 17 00:00:00 2001 From: Oliver Smith-Denny Date: Tue, 6 Aug 2024 15:22:34 -0700 Subject: [PATCH] ArmPkg: CompilerIntrinsicsLib: Use AsmMacroIoLibV8.h for AARCH64 ASM AArch64/ashlti3.S was using AsmMacroIoLib.h which is the ARM version of these definitions. AsmMacroIoLibV8.h is the AARCH64 version of these defintions. This patch moves that file to use the proper arch file. Signed-off-by: Oliver Smith-Denny --- ArmPkg/Library/CompilerIntrinsicsLib/AArch64/ashlti3.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPkg/Library/CompilerIntrinsicsLib/AArch64/ashlti3.S b/ArmPkg/Library/CompilerIntrinsicsLib/AArch64/ashlti3.S index 79a7b3514c..c2e20069b4 100644 --- a/ArmPkg/Library/CompilerIntrinsicsLib/AArch64/ashlti3.S +++ b/ArmPkg/Library/CompilerIntrinsicsLib/AArch64/ashlti3.S @@ -6,7 +6,7 @@ # #------------------------------------------------------------------------------ -#include +#include ASM_FUNC(__ashlti3) # return if shift is 0