Forcing functions with variable argument lists to use the same calling convention (EFIAPI). This solves issues when using compilers where the default calling convention is not EFIAPI.

This fixes boot issues when using GCC 4.4 in X64 modules.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10441 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
geekboy15a 2010-04-29 01:05:44 +00:00
parent 4e716b677a
commit 932d66a970
2 changed files with 2 additions and 0 deletions

View File

@ -911,6 +911,7 @@ BasePrintLibSPrintMarker (
**/
UINTN
EFIAPI
BasePrintLibSPrint (
OUT CHAR8 *StartOfBuffer,
IN UINTN BufferSize,

View File

@ -102,6 +102,7 @@ BasePrintLibSPrintMarker (
**/
UINTN
EFIAPI
BasePrintLibSPrint (
OUT CHAR8 *StartOfBuffer,
IN UINTN BufferSize,