Skip to content

Commit 5b44a2e

Browse files
spbrogancfernald
authored andcommitted
ArmPkg: Replace ArmPkg instrinsic lib with MdePkg copy for ARM intrinsics.
Replaces the ArmPkg intrinsic lib for the common MdeModule version. Signed-off-by: Sean Brogan <[email protected]>
1 parent a94bff1 commit 5b44a2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ArmPkg/Drivers/ArmCrashDumpDxe/ArmCrashDumpDxe.dsc

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@
4343
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
4444
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
4545

46-
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
46+
# NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf # MU_CHANGE
47+
NULL|MdePkg/Library/CompilerIntrinsicsLib/ArmCompilerIntrinsicsLib.inf # MU_CHANGE
48+
4749
NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
4850

4951
[Components.common]

0 commit comments

Comments
 (0)