]> xenbits.xensource.com Git - people/aperard/ovmf.git/commitdiff
ArmPkg: CompilerIntrinsicsLib: Use AsmMacroIoLibV8.h for AARCH64 ASM
authorOliver Smith-Denny <osde@linux.microsoft.com>
Tue, 6 Aug 2024 22:22:34 +0000 (15:22 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 12 Sep 2024 19:36:59 +0000 (19:36 +0000)
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 <osde@linux.microsoft.com>
ArmPkg/Library/CompilerIntrinsicsLib/AArch64/ashlti3.S

index 79a7b3514c57163dd7f759ed2c6cd542e24deb4c..c2e20069b4e23527f8525aacd96cb57c84cd39e7 100644 (file)
@@ -6,7 +6,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-#include <AsmMacroIoLib.h>\r
+#include <AsmMacroIoLibV8.h>\r
 \r
 ASM_FUNC(__ashlti3)\r
   # return if shift is 0\r