From 8091267c0261f9de15bc9ce0cf6e373ee3447c91 Mon Sep 17 00:00:00 2001 From: geekboy15a Date: Thu, 29 Apr 2010 01:07:07 +0000 Subject: 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@10442 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/EbcDxe/Ipf/EbcSupport.c | 1 + 1 file changed, 1 insertion(+) (limited to 'MdeModulePkg/Universal/EbcDxe/Ipf/EbcSupport.c') diff --git a/MdeModulePkg/Universal/EbcDxe/Ipf/EbcSupport.c b/MdeModulePkg/Universal/EbcDxe/Ipf/EbcSupport.c index cdaae8785b..cf21cc7a21 100644 --- a/MdeModulePkg/Universal/EbcDxe/Ipf/EbcSupport.c +++ b/MdeModulePkg/Universal/EbcDxe/Ipf/EbcSupport.c @@ -80,6 +80,7 @@ PushU64 ( **/ UINT64 +EFIAPI EbcInterpret ( UINT64 Arg1, ... -- cgit v1.2.3