From d9c86bee92be2d95aad6583d9f591fa94cd35037 Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Tue, 11 Oct 2016 09:44:07 +0800 Subject: DuetPkg DxeIpl and EfiLdr: Add the missing EFIAPI for the function The function with the variable parameters should have EFIAPI. Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Ruiyu Ni --- DuetPkg/DxeIpl/Debug.c | 1 + DuetPkg/DxeIpl/Debug.h | 1 + DuetPkg/EfiLdr/Debug.c | 1 + DuetPkg/EfiLdr/Debug.h | 1 + 4 files changed, 4 insertions(+) (limited to 'DuetPkg') diff --git a/DuetPkg/DxeIpl/Debug.c b/DuetPkg/DxeIpl/Debug.c index 1cb7e39c80..800f0080e0 100644 --- a/DuetPkg/DxeIpl/Debug.c +++ b/DuetPkg/DxeIpl/Debug.c @@ -52,6 +52,7 @@ ClearScreen ( } VOID +EFIAPI PrintString ( IN CONST CHAR8 *FormatString, ... diff --git a/DuetPkg/DxeIpl/Debug.h b/DuetPkg/DxeIpl/Debug.h index 7fcad268ee..81bb826857 100644 --- a/DuetPkg/DxeIpl/Debug.h +++ b/DuetPkg/DxeIpl/Debug.h @@ -27,6 +27,7 @@ PrintHeader ( ); VOID +EFIAPI PrintString ( IN CONST CHAR8 *FormatString, ... diff --git a/DuetPkg/EfiLdr/Debug.c b/DuetPkg/EfiLdr/Debug.c index 84b2772112..07272928cd 100644 --- a/DuetPkg/EfiLdr/Debug.c +++ b/DuetPkg/EfiLdr/Debug.c @@ -49,6 +49,7 @@ ClearScreen ( } VOID +EFIAPI PrintString ( IN CONST CHAR8 *FormatString, ... diff --git a/DuetPkg/EfiLdr/Debug.h b/DuetPkg/EfiLdr/Debug.h index f6aa7a2cf7..4252f31d6f 100644 --- a/DuetPkg/EfiLdr/Debug.h +++ b/DuetPkg/EfiLdr/Debug.h @@ -27,6 +27,7 @@ PrintHeader ( ); VOID +EFIAPI PrintString ( IN CONST CHAR8 *FormatString, ... -- cgit v1.2.3