mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
ShellPkg-UefiShellCommandLib: Add EFIAPI in VA_List library function
Add EFIAPI in CatPrint library function. Every function which uses variable list need explicit use EFIAPI to force use MS ABI. This change is needed to pass CLANG38 build. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Steven Shi <steven.shi@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
This commit is contained in:
parent
ba601bddf8
commit
af90df3cb0
1
ShellPkg/Library/UefiShellCommandLib/ConsistMapping.c
Normal file → Executable file
1
ShellPkg/Library/UefiShellCommandLib/ConsistMapping.c
Normal file → Executable file
@ -85,6 +85,7 @@ typedef struct {
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
CatPrint (
|
||||
IN OUT POOL_PRINT *Str,
|
||||
IN CHAR16 *Fmt,
|
||||
|
Loading…
x
Reference in New Issue
Block a user