Re: [edk2] [Patch] DuetPkg DxeIpl and EfiLdr: Add the missing EFIAPI for the function

2016-10-10 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni > -Original Message- > From: Gao, Liming > Sent: Tuesday, October 11, 2016 9:45 AM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu > Subject: [Patch] DuetPkg DxeIpl and EfiLdr: Add the missing EFIAPI for the > function > > The

[edk2] [Patch] DuetPkg DxeIpl and EfiLdr: Add the missing EFIAPI for the function

2016-10-10 Thread Liming Gao
The function with the variable parameters should have EFIAPI. Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao --- DuetPkg/DxeIpl/Debug.c | 1 + DuetPkg/DxeIpl/Debug.h | 1 + DuetPkg/EfiLdr/Debug.c | 1 +