mirror of https://github.com/acidanthera/audk.git
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 <osde@linux.microsoft.com>
This commit is contained in:
parent
fe6b6feca7
commit
656665d289
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
#include <AsmMacroIoLib.h>
|
||||
#include <AsmMacroIoLibV8.h>
|
||||
|
||||
ASM_FUNC(__ashlti3)
|
||||
# return if shift is 0
|
||||
|
|
Loading…
Reference in New Issue