mirror of https://github.com/acidanthera/audk.git
ArmPkg: copy/paste fixes in ARM ArmHvcLib/ArmSmcLib
ARM ArmHvcLib looks like it was created from copy of ArmSmcLib which looks like it was created from a copy of the AArch64 version. Both of these files include AsmMacroIoLibV8.h instead of AsmMacroIoLib.h, although since they only use macros that are identical between the two, there was no functional issue caused by this. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
This commit is contained in:
parent
4830018e08
commit
d63ed30bb5
|
@ -12,7 +12,7 @@
|
|||
//
|
||||
//
|
||||
|
||||
#include <AsmMacroIoLibV8.h>
|
||||
#include <AsmMacroIoLib.h>
|
||||
|
||||
.arch_extension virt
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
//
|
||||
//
|
||||
|
||||
#include <AsmMacroIoLibV8.h>
|
||||
#include <AsmMacroIoLib.h>
|
||||
|
||||
.arch_extension sec
|
||||
|
||||
|
|
Loading…
Reference in New Issue