]> git.proxmox.com Git - mirror_edk2.git/commitdiff
DuetPkg DxeIpl and EfiLdr: Add the missing EFIAPI for the function
authorLiming Gao <liming.gao@intel.com>
Tue, 11 Oct 2016 01:44:07 +0000 (09:44 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 12 Oct 2016 12:35:11 +0000 (20:35 +0800)
The function with the variable parameters should have EFIAPI.

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
DuetPkg/DxeIpl/Debug.c
DuetPkg/DxeIpl/Debug.h
DuetPkg/EfiLdr/Debug.c
DuetPkg/EfiLdr/Debug.h

index 1cb7e39c80361e4b922e0ab200987d64d1aeb485..800f0080e08c9210d84bd05352351c4853c696df 100644 (file)
@@ -52,6 +52,7 @@ ClearScreen (
 }\r
 \r
 VOID\r
+EFIAPI\r
 PrintString (\r
   IN CONST CHAR8  *FormatString,\r
   ...\r
index 7fcad268ee232194deabb6f06ad20dd3a444e2b1..81bb826857cc21da8ae7b802f7130248224026f8 100644 (file)
@@ -27,6 +27,7 @@ PrintHeader (
   );\r
 \r
 VOID\r
+EFIAPI\r
 PrintString (\r
   IN CONST CHAR8  *FormatString,\r
   ...\r
index 84b2772112cb1c1851f33226d6b014af4015867b..07272928cd40b395f9ba28ba2a375196b2536b17 100644 (file)
@@ -49,6 +49,7 @@ ClearScreen (
 }\r
 \r
 VOID\r
+EFIAPI\r
 PrintString (\r
   IN CONST CHAR8  *FormatString,\r
   ...\r
index f6aa7a2cf73bd99edacb46ce1d55b8f66167ef00..4252f31d6fa941399de57a9258974d5c3e21a69f 100644 (file)
@@ -27,6 +27,7 @@ PrintHeader (
   );\r
 \r
 VOID\r
+EFIAPI\r
 PrintString (\r
   IN CONST CHAR8  *FormatString,\r
   ...\r