]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg-UefiShellCommandLib: Add EFIAPI in VA_List library function
authorShi, Steven <steven.shi@intel.com>
Wed, 3 Aug 2016 09:43:06 +0000 (17:43 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 10 Aug 2016 04:56:53 +0000 (12:56 +0800)
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>
ShellPkg/Library/UefiShellCommandLib/ConsistMapping.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index d157ebb..979693a
@@ -85,6 +85,7 @@ typedef struct {
 \r
 **/\r
 EFI_STATUS\r
+EFIAPI\r
 CatPrint (\r
   IN OUT POOL_PRINT   *Str,\r
   IN CHAR16           *Fmt,\r